Is it possible to disable text selection to make a PhoneGap app more similar to normal native app?
Something like this:
As well as what ThinkingStiff mentioned I also use the following to remove any highlighting/copy & paste
-webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0,0,0,0);