WebView displays only white page

In the same project, where an image is just a black block in the preview on my iPad ( https://www.fusetools.com/community/forums/bug_reports/image_is_black_on_devices_but_working_on_local_pre?page=1 )

I tried to add a WebView instead of the image.

So the code is in the same project only:

<App>

    <WebView Url="https://www.apple.com&quot; />

</App>

But only an empty white page is displayed.

What is wrong here?

Have you tried something like that?

As the WebView is native only, it needs to be contained in a NativeViewHost, as explained here

Thank you guys it is working now! :slight_smile: