I would like to know if there is a way to overrides the native behavior when you select texts on mobile browser. I am trying to support both iPhone and Android devices by providing my own action bar.
Any tips?
|
I would like to know if there is a way to overrides the native behavior when you select texts on mobile browser. I am trying to support both iPhone and Android devices by providing my own action bar. Any tips? |
|||
|
|
|
Although you could quite simply use the Please note that this will not work in Firefox and Opera as the |
|||||||||||
|
|
Reference: The above jsFiddle Demo I made uses a Plugin to allow you to prevent any block of text from being selected in Android or iOS devices (along with desktop browsers too). This does not interfere with other markup you may have, such as jQuery It's easy to use and here is the sample markup once the jQuery plugin is installed. Sample HTML:
Sample jQuery:
Complete jQuery Plugin:
|
||||
|
|
|
If your aim is to prevent selection, you could use some CSS like
|
|||
|
|