Fulguris
Fulguris copied to clipboard
Text reflow works better in SCW
I was told text reflow works better in SmartCookieWeb so maybe we could improve our implementation. Though I don't have any concrete examples.
See #313
UC Mini browser has the best text reflow feature I've seen working on Android. You can test Fulguris, SCW and UC Mini in this URL: http://forums.mozillazine.org/viewtopic.php?f=38&t=685365
Maybe this helps in investigation:
Fulguris and SCW have different TextReflow.js: https://github.com/Slion/Fulguris/blob/main/app/src/main/js/TextReflow.js https://github.com/CookieJarApps/SmartCookieWeb/blob/master/app/src/main/js/TextReflow.js
And usage is a bit different: https://github.com/Slion/Fulguris/blob/d0453f2b96a0071429e54029e0b53139c1d3ac58/app/src/main/java/acr/browser/lightning/view/LightningWebClient.kt#L347 https://github.com/CookieJarApps/SmartCookieWeb/blob/0d74f0b89b59a8de331eea8fda052465f7a00487/app/src/main/java/com/cookiegames/smartcookie/view/SmartCookieWebClient.kt#L587