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.
レイアウト (xml) に EditText と WebView があります。WebView は画面の下部にあります。
EditText に触れると、キーボードが webview をキーボードの上部に押し上げ、結果として EditText を覆います。
画面の下部にある webview を維持したい、キーボードを表示または非表示にしたい。
英語ですみません、私はアメリカ人ではありません。
android:windowSoftInputMode="stateHidden|adjustPanアクティビティに AndroidManifest.xml のを使用してみてください。それが役に立てば幸い
android:windowSoftInputMode="stateHidden|adjustPan
これをアクティビティタグのメニフェに入れてください
android:windowSoftInputMode="stateHidden|adjustPan"
終わり