Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android 4.2.2で実行していて、ボタンをタップするかテキストボックスに入力すると表示の問題に直面しています。
タップ時のボタン移動(こちら参照) 入力時の文字オーバーフロー(こちら参照)
コンテンツがドロップして透明なスペースが残るようです。jquery mobile default css は上書きせず、他の js も実行していません。純粋な HTML と CSS だけです。
入力用
<input type="text">
css を使用して上書きを避けることができます
input {-webkit-user-modify: read-write-plaintext-only;}