brendajin / cyberswipe.js

A Microlibrary for Swipeable Drawer Navigation
http://brendajin.github.io/cyberswipe.js
15 stars 3 forks source link

iOS scrolling when pushContent is true #2

Open brendajin opened 11 years ago

brendajin commented 11 years ago

When pushContent is set to true, iOS continues to scroll background elements when scroll position is at the edge of nav.

Check the functionality when touch is released.

Also, it might be a good idea to add a listener on the whole page for a left-directional swipe, and close the drawer when this happens.