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
I'm still getting the following error message.
Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080
Mozilla/5.0 (Linux; Android 8.0.0; ONEPLUS A3003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Mobile Safari/537.36
It's the same message as in #44. However, I'm not experiencing the double steps.
I've tried setting the touch-action to auto like (styled components):
const StyledInput = styled(NumericInput)` touch-action: auto; `;
Any idea how to fix this?
The text was updated successfully, but these errors were encountered:
me too
Sorry, something went wrong.
A possible solution could be adding: touch-action: none; what do you think?
touch-action: none;
No branches or pull requests
I'm still getting the following error message.
Mozilla/5.0 (Linux; Android 8.0.0; ONEPLUS A3003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Mobile Safari/537.36
It's the same message as in #44. However, I'm not experiencing the double steps.
I've tried setting the touch-action to auto like (styled components):
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: