peachananr / purejs-onepage-scroll

The javascript version of the infamous jQuery One Page Scroll without relying on jQuery.
http://peachananr.github.io/purejs-onepage-scroll/demo/purejs_onepage_scroll_demo.html
GNU General Public License v2.0
770 stars 182 forks source link

Lock only one scroll direction #17

Open badstorm opened 8 years ago

badstorm commented 8 years ago

Hi, there is a way to only lock only Up/Down direction of scroll? My intent is to use it inside a page on a WebView inside a ScrollView in a iOS application, but at this time the plugin prevent also the Right/Left direction and the iOS scrollview doesn't work.

Thanks Marco