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.
jquery と javascript を使用して Android phonegap を開発しました。スクロールバー (多くのテキスト ボックスを含む) を持つ div があります。
これが私のコードです:
$('input:text').live('focus', function() { var container = $(this); container.scrollTop(0); });
よろしくお願いします。よろしくお願いします。
アプリケーション タグのマニフェストに以下の行を追加します。
android:configChanges="orientation|keyboardHidden"