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:フォーカスがEditTextにあるときにソフトキーボードを自動的に表示する
ダイアログがポップアップしたときにソフトキーボードを表示して、テキストをすぐに入力したいですか?(私はandroid 2.3.3を使用しています)検索しました。しかし、私が見つけたすべての解決策は機能しませんか?助けて!!!
カスタムダイアログがある場合は、editText を設定してフォーカスをリクエストできます...したがって、キーボードが表示されます。
<EditText ... > <requestFocus /> </EditText>