Fulguris icon indicating copy to clipboard operation
Fulguris copied to clipboard

Text reflow works better in SCW

Open Slion opened this issue 3 years ago • 2 comments

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

Slion avatar Jan 20 '22 17:01 Slion

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

davidj77 avatar Feb 19 '22 13:02 davidj77

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

Helium314 avatar Feb 22 '22 10:02 Helium314