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
On iOS when I press long on the joystick, I get built-in zoom view. I don't know if this possbile to fix, after some googling tried
But didnt work
Screenshots, Codepen or JSFiddle
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hi. Just add this noselect css class to the div that contains your nipple:
.noselect { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */ }
(maybe this should be added directly to nipplejs source?)
Sorry, something went wrong.
No branches or pull requests
On iOS when I press long on the joystick, I get built-in zoom view.
I don't know if this possbile to fix, after some googling tried
But didnt work
Screenshots, Codepen or JSFiddle
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: