You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add this: -webkit-overflow-scrolling: touch; to the scrolling <pre>,
It should give you single finger scroll on iOS5 with inertia scrolling.
Could be nice to have.
If you add this:
-webkit-overflow-scrolling: touch;to the scrolling<pre>,It should give you single finger scroll on iOS5 with inertia scrolling.
Could be nice to have.