So, I'm working on a web app, and one of the features is holding a button down to increase or decrease a value.
Right now the app is backed with Meteor.js running Angular as the front end. And my functionality works great, except on Mobile Safari. Any time a user tries to hold down the button, OR tap the button in rapid succession, iOs brings up the magnifying glass and tries to select some random text on the page.
Any ideas how to fix this? My google fu has return -webkit-user-select: none;
but that doesn't seem to fix my issue.