cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.87k stars 3.8k forks source link

bindToWrapper: true not working in IOS #1081

Open aoyue-design opened 8 years ago

aoyue-design commented 8 years ago

I set bindToWrapper: true but it seems to not work. Not stop scrolling when I leave the current Wrapper

        var mainScroll = new IScroll('body > .main', {
            bounce: false,
            disableMouse: true,
            scrollbars: true,
            fadeScrollbars: true,
            disablePointer: true,
            bindToWrapper: true,
            preventDefaultException: { tagName: /.*/ }
kubicle commented 7 years ago

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?