LoginSignup
1
1

More than 1 year has passed since last update.

【Android】TextInputEditTextでAdjustResizeやAdjustPanが効かない

Posted at

問題

MaterialDesignのTextInputLayoutのTextInputEditTextで、テキスト入力時にカーソル位置とフォーカスがおかしくなります。
一行とかであれば恐らく問題ありませんが、ScrollViewなどでネストしている場合文字入力が困難になります。

原因

日本語の情報があまり見当たらなかったのですが、既知のバグとして報告されているようで、Manifestで指定するAdjustResizeやAdjustPanが上手く機能していない?みたいです。

解決

TextInputEditTextに「app:textInputLayoutFocusedRectEnabled="false"」を追加する。
(もしくはTextInputEditTextをEditTextにする)

参考

https://stackoverflow.com/questions/62715709/android-textinputlayout-writing-focus-issue-when-height-is-bigger-than-the-scree

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1