Post AD1wsI7hWODPQfACCe by carl@linuxrocks.online
 (DIR) More posts by carl@linuxrocks.online
 (DIR) Post #AD1VE6SskZRSvRgPr6 by jeena@toot.jeena.net
       2021-11-03T12:04:40Z
       
       0 likes, 0 repeats
       
       Why does this simple QML browser not render the internal HTML page?https://github.com/jeena/JBrowser#qt #qml #qtwebengine
       
 (DIR) Post #AD1wsI7hWODPQfACCe by carl@linuxrocks.online
       2021-11-03T17:14:27Z
       
       0 likes, 0 repeats
       
       @jeena I didn't test it but your html is weird at least wrap your <p> inside a <html> and <body>.
       
 (DIR) Post #AD2qgXwWTOoKS1uYqG by jeena@toot.jeena.net
       2021-11-04T03:39:49Z
       
       0 likes, 0 repeats
       
       @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.
       
 (DIR) Post #AD2quIzAselm7GiDtw by jeena@toot.jeena.net
       2021-11-04T03:42:19Z
       
       0 likes, 0 repeats
       
       @carl Ah it's not valid because of the missing <title>
       
 (DIR) Post #AD38X1gCr7roxPtCkq by jeena@toot.jeena.net
       2021-11-04T06:59:48Z
       
       0 likes, 0 repeats
       
       @carl I tested it now on Ubuntu at work and it works just fine, so it's something with my Arch installation.