Hi,
We are developing an iOS webview app (IOS version 9.3.1) Using XCODE 7.x
Used the following css snippet for not displaying callout, but it is not working.
* {
-webkit-user-select: none;
-webkit-touch-callout: none; / Disable lens popup when user long-press on screen*/
}
Can you please provide correct code to disable the callout in webview UI.
Thanks and Regards
Dhanesh