Skip to content
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

Open
robin-anil opened this issue Jul 28, 2019 · 6 comments
Open

Examples don't work on iPad Pro 2019 with iOS 12.3 #62

robin-anil opened this issue Jul 28, 2019 · 6 comments

Comments

@robin-anil
Copy link

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

@iamstd
Copy link

iamstd commented Aug 10, 2019

me too, ios version 12.3.1

@hongnk
Copy link

hongnk commented Aug 15, 2019

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?

@dev-johnny-gh
Copy link

dev-johnny-gh commented Dec 18, 2019

@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.

@lazd
Copy link
Owner

lazd commented Mar 3, 2020

@hongnk hmm, insightful. I wonder if this has to do with the check for -webkit-overflow-scrolling and could be fixed by #65?

@r-tock @iamstd @duxiaofeng-github can you test #65 and see if the problem is fixed?

@HIRANO-Satoshi
Copy link

We had this issue with Android, too. With iNoBounce Chrome on Android does not scroll at all.

@dev-johnny-gh
Copy link

@HIRANO-Satoshi well, could you test #65 to see if it is fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants