lauriemustafic / jquery-nicescroll

Automatically exported from code.google.com/p/jquery-nicescroll
0 stars 0 forks source link

bouncescroll does not prevent top / bottom over scroll #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
version 3.4.0

Setting bouncescroll to false does not prevent momentum scrolling from 
overshooting the top of the scroll div and over shooting the bottom of the 
scroll div on the ipad / ipad mini. (If this is the expected behavior, what 
option can I use to disable it?)

When a user on the ipad scrolls w/ momentum to the top of the scroll div the 
top value is less than zero exposing the wrapper div (in example, shows 
background color black), then snaps back to 0. When a user on the ipad scrolls 
w/ momentum to the bottom of the scroll div its top value exceeds its height, 
again exposing the wrapper div, then snapping back to its height.

ie: http://project-demo.us/

NOTE: setting hwacceleration to false fixes the issue but would prefer to keep 
hwacceleration as true

Original issue reported on code.google.com by jamesgla...@gmail.com on 15 Oct 2013 at 1:18