inuyaksa / jquery.nicescroll

nicescroll plugin for jquery - scrollbars like iphone/ipad
https://nicescroll.areaaperta.com/
3.6k stars 1.67k forks source link

page up/page down scroll too much #767

Open guyherlee opened 5 years ago

guyherlee commented 5 years ago

in the code, page down will perform the action: self.doScrollBy(-self.view.h);
However, it was found the "doSCrollBy" will scroll too far than the specified value. By checking the corresponding scrollTop value, It seems it will scroll almost two times of the specified amount.

And "page up" has the similar problem. Please kindly help on this issue. Many thanks.