You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
range picker not working on ipadOS 13
I used your demo page and browserstack, date picker seems to work though
The text was updated successfully, but these errors were encountered: