IOs Cordova long-press shows text-select magnifying glass even with text-selection disabled, how to remove?
问题 I have a very weird problem. In my cordova app on iOS I am getting a pop-up text-select magnifying glass when I long-press anywhere in the app. Example: The bubble at the top is locked to the top of the screen, and follow my x-position when moving my finger from side to side. I have tried to add the following css which people say should fix my issue: * { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; } This does not help. Looking at things