文本框焦点会在移动游戏中自动跳转到下一个文本框(ios 5)

时间:2012-10-30 14:07:57

标签: javascript iphone html cordova mobile

我有以下输入字段的表单。当我点击第一个文本框时,焦点转移到下一个文本框。我在phonegap中使用此代码并在iphone(ios 5)上运行。请帮助我...

        <form id="createAccount" name="regForm">
            <input type="text" name="first_name" id="fname" placeholder="First Name" style="height:40px;" >
            <input type="text" name="last_name" id="lname" placeholder="Last Name" style="height:40px;">

            <input type="email" name="email" id="email" placeholder="Email" style="height:40px;">
            <input type="password" name="password" id="RegPassword" placeholder="Password" style="height:40px;">

         </form>

1 个答案:

答案 0 :(得分:0)

首先尝试删除错误的内部表单,然后在每个输入上添加tabindex。 而且,你使用任何lib? (jquery的...?)