この時点で頭がいっぱいです...フォームの入力領域内にあるときにテキストキャレットを表示できません。これは、控えめに言っても非常にシンプルな phonegap ベースのアプリです。css を介して onfocus テキスト ボックスの周りに黄色のハイライトを配置することはできますが、明らかにフォーカスを得ています。
フォームは次のようになります。
<form method = "post" autocomplete="off" action="portal.html" style = "top:20%; width:250px; position:absolute; left:480px; right:auto; margin-top:0px; margin-bottom:0px;">
<label>Username:</label>
<input type="text" name="username" maxlength="40" style = "font-size: 20px;"/>
<label>Password:</label>
<input type="password" name="password" maxlength="40" style = "font-size: 20px;"/>
<input type="submit" class="submit" style = "left:20px; position:relative; cursor:auto;"/>
</form>