We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
touchcancel
I can see you're handling touchend event but no touchcancel event. They seem to be different things: https://alxgbsn.co.uk/2011/12/23/different-ways-to-trigger-touchcancel-in-mobile-browsers/ I was just looking at your code while implementing my own stuff.
touchend
The text was updated successfully, but these errors were encountered:
@catamphetamine will your stuff be open-sourced? :)
Sorry, something went wrong.
@limonte https://gitlab.com/catamphetamine/webapp-frontend/-/blob/master/src/components/OnLongPress.js No pointer events though.
Thank you for raising this @catamphetamine, I'm super busy atm. Any chance you could submit a PR?
@john-doherty Nyet
No branches or pull requests
I can see you're handling
touchend
event but notouchcancel
event.They seem to be different things:
https://alxgbsn.co.uk/2011/12/23/different-ways-to-trigger-touchcancel-in-mobile-browsers/
I was just looking at your code while implementing my own stuff.
The text was updated successfully, but these errors were encountered: