Hi, the following code works for https://jolla.com/ but for some reason it doesn't work with https://www.junat.net/ (results in a blank, white page)
import QtQuick 2.1 import Sailfish.Silica 1.0 import QtWebKit 3.0 Page { id: page WebView { anchors.fill: parent url: "https://www.junat.net/" } } The site does work with WebPirate, which also uses Qt WebKit for rendering. What is wrong and how can I debug and fix this? All help is greatly appreciated. Love, jollailija -- Sent from my Jolla Phone
_______________________________________________ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org