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.
edit -- Not only text controls, but also div with 'editable' class name are expected to allow text selection.
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?