Is it possible to disable text selection to make a PhoneGap app more similar to normal native app?
Something like this:
For me this was the best:
-webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0);
My case happened with pixi.js, with
plugins.interaction.autoPreventDefault = true;