This weekend I needed to install a fresh GS290 / Volla and while at it also did a GS5 install. Obviously two different devices with different base images from @piggz.
EDIT (tldr): In short, it looks like you need to be careful when restoring backups that newer prefs for the WebView can be written. Look for ~.local/share/org.name/appname/PREFS_WRITTEN files. If those are there, it’s possible that ~.cache/share/org.name/appname/.mozzila/prefs.js file is not correctly written.
All went well and I restored a bunch of data and confirmed that all systems where go. Then I went back to updating QtWebkit components to the new WebViews. Only, all the WebViews I’d already ported no longer work! Very confusing. I’ve tried re-installing the component but that doesn’t help. So everything looks like it’s being done in desktop mode! The second picture shows what happens when you resize.
I explicitly set something like:
httpUserAgent: “Mozilla/5.0 (Android 10; Mobile; rv:78.0) Gecko/78.0 Firefox/78.0”
httpUserAgent: “Mozilla/5.0 ( Mobile; rv:78.0) Gecko/78.0 Firefox/78.0”
What could be wrong? It’s the same issue with both phones!