tuchengdong / vudroid

Automatically exported from code.google.com/p/vudroid
0 stars 0 forks source link

Fast scrolling and smart rendering #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Enhancement
1. Add document position indicator (scrolling position)
2. Turn vertical indicator into button when scrolling and don't hide it for 1-2 
seconds after stop scrolling.
3. Add scrolling through the entire document by this button. Just like in some 
file browsers (es explorer or asto file manager) referring to the list of files 
scrolling.
4. Do not render the page in this mode until the scroll position is not delayed 
on one page. Or better do not render the page in this mode until scrolling 
speed become less then rendering speed (see 5*)
5. Add a simple test (statistics) how fast is pages rendering goes to enable 
disable rendering while scrolling. For example disable rendering when scrolling 
speed in 1,3 times faster than the speed of rendering.

Original issue reported on code.google.com by hitagara on 14 Jun 2010 at 8:03

GoogleCodeExporter commented 8 years ago

Original comment by pavel.ti...@gmail.com on 15 Jun 2010 at 10:35