0

Possible Duplicate:
Phonegap jQuery Mobile text input

I'm pretty knew to jQuery mobile... I'm having and issue with text inputs and search inputs. When I click inside the text field, or have the text field focused, then type, no text comes up at all. Just stays white and blank. Here is a little snippet of the code. Let me know if you see anything wrong with it. Thanks!

<div data-role="content">   
  <label for="basic">Text Input:</label>
  <input type="text" name="name" id="basic" value=""  />
</div><!-- /content -->

        update:

works fine in firefox, not in chrome.

Community
  • 1
  • 1
botbot
  • 7,299
  • 14
  • 58
  • 96
  • 1
    Check if your text-color is set same as the input field background color.This can be happen as the code seems okay ! – Kaidul Oct 07 '12 at 07:46
  • it's really odd, the text color is set to black, there is just no text being entered... – botbot Oct 07 '12 at 08:02
  • actually my text input will focus but no cursor – botbot Oct 07 '12 at 08:12
  • posted a new thread related to phonegap and link to xcode project with code... this is really weird... http://stackoverflow.com/questions/12767506/phonegap-jquery-mobile-text-input – botbot Oct 07 '12 at 09:08
  • this is lame, i don't get why this is closed, it's a pretty legit question. – botbot Oct 10 '12 at 02:09
  • my other post got closed, so if it's a duplicate, the idea should be to close 1 of them, not both of them. – botbot Oct 10 '12 at 02:09

0 Answers0