Why does this simple QML browser not render the internal HTML page?
@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.
@jeena I didn't test it but your html is weird at least wrap your <p> inside a <html> and <body>.