Page 1 of 1

Improving DataView scrolling algorithm on desktop

Posted: Wed Jan 16, 2019 7:53 am
by trevordevore
The DataView code that handles scrolling on the desktop could use some love. It is quite basic and can sometimes look choppy. If anyone with experience in writing scrolling algorithms wants to look into it you can visit the following issue on GitHub for details:

https://github.com/trevordevore/levureh ... w/issues/3

If you decide to look into just a leave a note there so others know.

FYI: When running on iOS the native iOS scroller is used so scrolling is much smoother.