Skip to content Skip to sidebar Skip to footer

Phonegap, Textarea Will Not Accept Input

This is such a Noob Gingrich question, pretty sure I am missing something simple. Is there a trick to getting a textarea to work on mobile devices? By work I mean accept text from

Solution 1:

Did you check that you are not preventing text selection on form elements? Make sure that -webkit-user-select: none; is not being applied to your textareas.


Post a Comment for "Phonegap, Textarea Will Not Accept Input"