Why does this simple QML browser not render the internal HTML page?
https://github.com/jeena/JBrowser
#qt #qml #qtwebengine
@jeena I didn't test it but your html is weird at least wrap your <p> inside a <html> and <body>.
@carl The HTML is valid HTML5, both <html> and <body> are optional. Anyway it doesn't matter what I have there, its always a blank page.
Someone on Twitter told me though that it works for them on their Ubuntu and with Qt installed via the installer from the Qt website.
@carl Ah it's not valid because of the missing <title>
@carl I tested it now on Ubuntu at work and it works just fine, so it's something with my Arch installation.
The social network of the future: No ads, no corporate surveillance, ethical design, and decentralization! Own your data with Mastodon!
@carl Ah it's not valid because of the missing <title>