Phonegap jQuery Mobile文本输入

时间:2012-10-07 09:07:57

标签: jquery html ios cordova jquery-mobile

我希望有人能够告诉我为什么我的文本输入在使用jquery mobile的Phonegap项目中无效。这是DropBox中我的XCode项目的链接:

https://www.dropbox.com/sh/49t41ixh72at9q5/yc8USE2Lun

获得焦点时,文本字段不允许输入文本。您需要在www /文件夹中打开index.html。

这是一个Phonegap项目,使用jquery mobile和xcode来运行ios模拟器。

导致问题的代码示例如下:

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

更新:解决了!

查看以下链接:

Phonegap styles -webkit-user-select: none; disabling text field

0 个答案:

没有答案