Disable partial text selection in phonegap web app (android)
I want to disable the text selection effect (the popup tool for
copy/paste/select-all on Andorid) on some DOM elements of a phonegap web
app. Mostly, I want to enable text selection in textarea and input.
I read a solution that totally disable text selection at
disabling-text-selection-in-phonegap. How can I just disable it for
elements besides textarea and input?
No comments:
Post a Comment