-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples don't work on iPad Pro 2019 with iOS 12.3 #62
Comments
me too, ios version 12.3.1 |
I notice in iOS 12.2 when select "request desktop site" this will fail, especially the drawing example is almost unusable. I tried IOS 13 beta which default to "desktop" version for iPad so the problem become mainstream. Need to select "request mobile site" for this to work. maybe iOS 12.3 for ipad pro also default to desktop version? What flag in desktop version that caused this to stop functioning? |
@hongnk according to the source code, i guess it caused by two reasons. one: when the browser in desktop mode, touch events were disabled. two: when the browser in desktop mode, e.preventDefault() can not stop bouncing anymore. if it is caused by reason two. i don't think it can work normally anymore. |
We had this issue with Android, too. With iNoBounce Chrome on Android does not scroll at all. |
@HIRANO-Satoshi well, could you test #65 to see if it is fixed? |
I open the main page and swipe down the list and it bounces.
I press disable, the list still bounces
I then press enable, the list is now locked, does not scroll
The text was updated successfully, but these errors were encountered: