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

ipad ios13中无法滚动 #84

Open
ben-lau opened this issue Mar 5, 2020 · 2 comments
Open

ipad ios13中无法滚动 #84

ben-lau opened this issue Mar 5, 2020 · 2 comments

Comments

@ben-lau
Copy link
Contributor

ben-lau commented Mar 5, 2020

看了你源码,判断ua的地方需要增加macintosh,
`
isIOS: /iphone|ipad|macintosh/.test(ua),

isMobile: /mobile|phone|android|macintosh|pad/.test(ua),
`
在ipad的ios13中改了ua

@chjtx
Copy link
Owner

chjtx commented Mar 5, 2020

好的,非常感谢参与贡献,晚点发个版

@ben-lau
Copy link
Contributor Author

ben-lau commented Mar 5, 2020

@chjtx 已推request了,哈哈你这库我几年前就在用而且提过几次问题了 也算是有点贡献
今天发现ipad13内就滚动不了所以顺便提给你了

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

2 participants