-
Notifications
You must be signed in to change notification settings - Fork 52
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
Text inputs inside pinch-zoom are not interactable #17
Comments
Thanks for the simple demo. I see the issue. I'll have a think about the fix. |
I've noticed this effects other elements too. Events like hover work but clicking doesn't. I've only managed to get links ( |
Has there been any progress on this? The pinch-zoom is kind of limited when it does not allow elements to be interacted with, it being a blocker for some features I'm asked to implement. |
seems like this should have been addressed a long time ago... this disables a lot of functionality. It appears it is because of the __triggerPointerEnd splice functionality... it is removing them and therefore they dont bubble up. commenting out those 2 lines of code allows text inputs to be selected. trying to find a workaround but this seems like something that should be fixed |
See https://codepen.io/artemv-the-encoder/pen/aboEPbv:
Same issue in every browser I tried on MacOS (Chrome 76, Safari 12, FF 68)
The text was updated successfully, but these errors were encountered: