I am hoping somebody might be able to tell me why my text input isn't working in my Phonegap project that is using jquery mobile. Here is a link to my XCode project in DropBox:
https://www.dropbox.com/sh/49t41ixh72at9q5/yc8USE2Lun
The text field, when getting focus, does not allow text input. You will want to open the index.html in the www/ folder.
This is a Phonegap project, using jquery mobile, and xcode to run the ios simulator.
A sample of the code that is causing a problem is this:
<div data-role="content">
<label for="basic">Text Input:</label>
<input type="text" name="name" id="basic" value="" />
</div><!-- /content -->
UPDATE: Solved!
check out the link below:
Phonegap styles -webkit-user-select: none; disabling text field