Open aoyue-design opened 8 years ago
I set bindToWrapper: true but it seems to not work. Not stop scrolling when I leave the current Wrapper
bindToWrapper: true
var mainScroll = new IScroll('body > .main', { bounce: false, disableMouse: true, scrollbars: true, fadeScrollbars: true, disablePointer: true, bindToWrapper: true, preventDefaultException: { tagName: /.*/ }
It does the same for me - but I seems like a desirable behavior, as long as your keep your finger on the tablet (or your mouse button stays pressed).
=> Is this not a wrong documentation issue?
I set
bindToWrapper: true
but it seems to not work. Not stop scrolling when I leave the current Wrapper