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

Text inputs inside pinch-zoom are not interactable #17

Open
artemv opened this issue Sep 6, 2019 · 4 comments
Open

Text inputs inside pinch-zoom are not interactable #17

artemv opened this issue Sep 6, 2019 · 4 comments

Comments

@artemv
Copy link

artemv commented Sep 6, 2019

See https://codepen.io/artemv-the-encoder/pen/aboEPbv:
Pinch-zoom demo 2019-09-06 18-43-57

Same issue in every browser I tried on MacOS (Chrome 76, Safari 12, FF 68)

@jakearchibald
Copy link
Contributor

Thanks for the simple demo. I see the issue. I'll have a think about the fix.

@preethamrn
Copy link

preethamrn commented May 3, 2020

I've noticed this effects other elements too. Events like hover work but clicking doesn't. I've only managed to get links (<a>) working with pinch-zoom but buttons, double clicking, and selecting text don't work.

@valpet
Copy link

valpet commented Oct 4, 2020

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.

@JoshuaDeanEssium
Copy link

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

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

5 participants