This is the reason for changing the html engine in the mail app. Now Jolla have no dependencies to the old QT WebView so they can move on. But the QT WebView is no only bad. There are some settings (the “experimental WebView settings”) maybe missing in the homebrew html engine. We will see what we missing later then.
I figured out to run the Gecko WebView in an app, but have some problems.
Everything runs fine if I start the app from SDK on the device.
But if I start the app on phone it crashes. Think some library linking is missing maybe?!?
I am not that RPM packaging guru!
Maybe someone with more experience in that can take a look at my example project on GitHub:
This was really helpful - now the webview should really be usable without crash.
One more thing I found out inspecting the email app qmls: The webview behaves better if placed in a WebViewPage (another component from the same package) and in a WebViewFlickable (same, extending SilicaFlickable).