cubiq / 2-way-iScroll

Horizontal snap scroll (carousel) + vertical free scroll on mobile webkit using iScroll
MIT License
116 stars 27 forks source link

hScroll and vScroll #14

Open reissy88 opened 12 years ago

reissy88 commented 12 years ago

Hey Matteo

Been playing around with multiple 2-way-iScroll's however is it possible to enable or disable hScroll and vScroll ? I cannot get this to work on 2-way-iScroll, works great however on the normal iScroll.

myScroll = new iScroll('container', { vScroll: true, hScroll: false });

reissy88 commented 12 years ago

Just noticed the other closed issue, so basically i need to run both iScroll and 2 way iScroll to achieve this ? hmm.