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

Double tap on IOS 13 Public Beta doesn't work #1232

Closed
mandawino opened this issue Aug 27, 2019 · 11 comments
Closed

Double tap on IOS 13 Public Beta doesn't work #1232

mandawino opened this issue Aug 27, 2019 · 11 comments

Comments

@mandawino
Copy link

Double tap works perfectly fine on IOS 12 but doesn't work anymore on IOS 13 Public Beta.

The example from the README is the best way to see it :
https://codepen.io/choskim/pen/vezzwZ

@barnard-b
Copy link

I can confirm that the linked pen does not work on iOS 13 (Dev Beta 8), but does work in iOS 12.4.1

Personally been having issues with Swipe on iOS 13 as demonstrated by the official swipe/pan example, which again, works in 12.4.1 but not 13.

@mandawino
Copy link
Author

Double tap still doesn't work in new IOS 13.1 Public Beta.
This Beta will be out the 10th of September.

@nielsoo
Copy link

nielsoo commented Sep 6, 2019

also 'panstart' event fires, but 'panend' never fires, instead almost instantly 'pancancel' fires .... this all also only on IOS13 beta

@javiermarinros
Copy link

The official swipe/pan example is still not working on iOS 13 final release 😕
https://rawgit.com/hammerjs/hammer.js/master/tests/manual/nested.html

@ltq918
Copy link

ltq918 commented Sep 21, 2019

In iOS 13, swipe will make the page slide, use the following code to make it work properly.

document.body.addEventListener('touchmove', function (e) { e.preventDefault() }, {passive: false})

@krisatkinson
Copy link

The issue with double-tapping appears to be across the board, not just with Hammer.js. Here is a pure JS example that has the same issue (this is not my jsfiddle, I found it while Googling the double tap issue) -

https://jsfiddle.net/brettwp/J4djY/

@mandawino
Copy link
Author

The double tap issue isn't present anymore in the last Beta version !

@ltq918
Copy link

ltq918 commented Sep 25, 2019

There is no longer a swipe problem in ios 13.1. There is a problem with the iOS 13.0 system.

@cbettinger
Copy link

To me it seems that the double tap problem has not been solved. On my iPad using iPadOS 13.1.3 the demo on https://codepen.io/choskim/pen/vezzwZ still does not work as expected.

@barnard-b
Copy link

To me it seems that the double tap problem has not been solved. On my iPad using iPadOS 13.1.3 the demo on https://codepen.io/choskim/pen/vezzwZ still does not work as expected.

The double tap pen works for me on 13.2 (17B84, iPhone)

@cbettinger
Copy link

cbettinger commented Nov 6, 2019

Just to be clear: I am not using a pen. I don't know if this makes any difference.

And an update to iPadOS 13.2 solved the problem for me, too.

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

7 participants