Wednesday, December 19, 2012

Disable text selection in HTML

This is not Android-related, but I do not plan to create a new blog for it:-)
Here is the way how to text selection can be disabled in html. It is usable in case of javascript GUI building.
<body onmousedown="return false">

No comments:

Post a Comment