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

range picker not working on ipadOS 13 #118

Open
forwardever opened this issue May 20, 2020 · 2 comments
Open

range picker not working on ipadOS 13 #118

forwardever opened this issue May 20, 2020 · 2 comments

Comments

@forwardever
Copy link

range picker not working on ipadOS 13

I used your demo page and browserstack, date picker seems to work though

@forwardever
Copy link
Author

any hint how to fix this? this issue makes the range picker unusable on all newer ipad devices

using browserstack, the only way to select a date is to triple click a day

@hrishiv90
Copy link

The newer iPad OS versions don't have "iPad" string in userAgent which is why this plugin is not able to solve the double clicking part in latest iPad OS.
You can update the userAgent check in plugin code to with below condition-
/Macintosh/.test(navigator.userAgent) && 'ontouchend' in document

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