I have a very strange problem. In my cordova iOS app, I get a pop-up text magnifying glass when I press the app for a long time.
Example:

The bubble at the top is blocked at the top of the screen and follows my x position when moving your finger from side to side.
I tried adding the following css, which people say should fix my problem:
* { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; }
This will not help. Looking at things in the web inspector, I can confirm that this css has been successfully added to everything. I tried a bunch of different variations of the usual touch-callout: none and user-select: none , which all offer and nothing helps.
I also tried removing all javascript and all CSS except for a simple variation of the above, and a magnifying glass still appears.
How can I make him leave? Is there any plugin that can cause this problem? Any help is greatly appreciated.
Cordoba Plugins:
- com.mbppower.camerapreview
- Cordova-plugin-status
- Cordova-plugin-whitelist
- ion plug-in keyboard
- org.apache.cordova.camera
- org.apache.cordova.console
- org.apache.cordova.device
- org.apache.cordova.dialogs
- org.apache.cordova.file
- org.apache.cordova.file transfer
- org.apache.cordova.network-information
- org.apache.cordova.vibration
Cordoba Version: 5.1.1 iPhone 5s with iOS Version: 9.0.1
css textselection ios cordova
Automatico Sep 27 '15 at 20:06 2015-09-27 20:06
source share