milikhin / seabass2

Code editor for mobile devices
MIT License
12 stars 5 forks source link

Add fast scroll buttons #41

Closed Pohli closed 4 years ago

Pohli commented 4 years ago

Many SFOS apps have them and they would be very useful for long text files in Seabass.

Jolla Phone with SFOS 3.0.1.11 and Seabass 0.3.1

milikhin commented 4 years ago

QuickScroll relies heavily on SFOS native scroll capabilities. Seabass doesn't use native SFOS scroll for Editor component (instead virtual scroll is implemented by Ace editor).

Resolving with wontfix as manual implementation of quick scroll would require too much work. Long press on Up/Down navigation buttons is implemented as a workaround.

Pohli commented 4 months ago

Thanks for the hint to the workaround. I haven’t known before.

And yes I know this is 4 years old now. ☺