Skip to content

AddHostObject HTML broken (not-implemented)? #78

@the-Arioch

Description

@the-Arioch

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions