Quote Originally Posted by mentalmushroom View Post
I
And I, in my turn, wonder how come mobile-oriented QML doesn't provide anything for such a common task?
It is a wrapper around a native component, these vary a lot between platforms
I usually don't wonder when the wrapper API is very simple, as this is most often caused by some of the native APIs not exporting some functionality.

In some case there are platform specific extension APIs.

I am more surprised that QWebEngine is not available on Android, as that platform usually does not artifically restrict everything to use a single web browser engine.

Cheers,
_