I am developing a Hybrid application using IBM Worklight, HTML5, CSS3 and javascript. Is there any possible way to disable text selection on input fields?
I have a username and password field on the screen and want to disable the user from selecting text within the input fields. Also, copy paste should be disabled.
Thanks