-
-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
When i compile and run D:\DelphiLibs\WebView4Delphi\demos\Delphi_VCL\AddHostObject\AddHostObject.dpr the bottom frame says like "IP not found" and indeed the HTML says
<script>
//! Create IFrame from the parent html page and load it
function createIFrame() {
var i = document.createElement("iframe");
i.src = "https://appassets.example/ScenarioAddHostObject.html";
i.scrolling = "auto";
i.frameborder = "0";
Yet the demo sources does not seem to add custom schema/domain filters for handling https://appassets.example/
nor is there any ScenarioAddHostObject.html
in the D:\DelphiLibs\WebView4Delphi\assets\
folder
is there some abandoned feature, the test was intended to implement one day, but did not?
Metadata
Metadata
Assignees
Labels
No labels