<div dir="ltr">Hi,<br><br>the following code works for <a href="https://jolla.com/">https://jolla.com/</a> but for some reason it doesn't work with <a href="https://www.junat.net/">https://www.junat.net/</a> (results in a blank, white page)<br><br><font face="monospace, monospace">import QtQuick 2.1<br>import Sailfish.Silica 1.0<br>import QtWebKit 3.0<br><br>Page {<br>    id: page </font><div><font face="monospace, monospace">    WebView {<br>        anchors.fill: parent<br>        url: "<a href="https://www.junat.net/">https://www.junat.net/</a>"<br>    }<br>}</font><br><br>The site does work with WebPirate, which also uses Qt WebKit for rendering. What is wrong and how can I debug and fix this?</div><div><br></div><div>All help is greatly appreciated.</div><div><br></div><div>Love,</div><div>jollailija</div><div><br>-- <br>Sent from my Jolla Phone</div></div>