2-way-iScroll
2-way-iScroll copied to clipboard
hScroll and vScroll
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 });
Just noticed the other closed issue, so basically i need to run both iScroll and 2 way iScroll to achieve this ? hmm.