Leszek Lesner
Leszek Lesner
I tested with this site in particular and my latest commit makes it work without a freeze or webview hang. Though on all sites the devicePixelRatio will be set later...
This was my initial hack for devicePixel Ratio in webcat. Though I deactivated it as it showed side effects on some sites that did not render properly anymore. See: https://github.com/llelectronics/webcat/blob/master/qml/pages/FirstPage.qml#L301
Are you testing this together with the other devicePixelRatio hack ? Then it might actually work. Need also do some testing. I think some desktop only sites had trouble or...
A few sites that show problems. Geraspora (or any diaspora site I guess). Initially it loads correctly but as soon as you scroll around it changes its size to ultra...
Small Update. I created a fork of qtwebkit from merproject and added the device pixel ratio patches from Ubuntu. The result is catastrophic at least on the tablet it makes...
Yeah compiling in MerSDKs VM would take several years I guess :P So I followed this tutorial to create a chroot copy of the MerSDKs build-engine: http://katastrophos.net/andre/blog/2014/03/29/running-sailfishos-build-engine-outside-virtualbox-vm/ With this I...
After some research I did not find a way to force activate the word suggestions of the default virtual keyboard. It seems only possible for native textfields or textareas but...
It is more of a limitation of QtWebkit together with maliit I think. I can forcefully activate stuff with QtWebkit Patches in my QtWebkit 5.212 builds. Though that leads to...
Yeah this is something that needs a little bit bigger change in the database to work but I guess I will put it on the todo list.
See this as a reference: https://together.jolla.com/question/85049/sailfish-freaked-out/ From a security standpoint it isn't a pressuring issue as there are only theoretical ways to use this vulnerability (because QtWebkit itself does not...