B bridge1 Member May 17, 2022 #1 HorizontalScrollView when the softkeyboard rises from bottom to top, the panel contained in the HorizontalScrollView is moved to the left. How can I NOT make the HorizontalScrollView move horizontally, when the softkeyboard intervenes ? Thanks.
HorizontalScrollView when the softkeyboard rises from bottom to top, the panel contained in the HorizontalScrollView is moved to the left. How can I NOT make the HorizontalScrollView move horizontally, when the softkeyboard intervenes ? Thanks.
Erel B4X founder Staff member Licensed User Longtime User May 18, 2022 #2 It is a bug in Android. Maybe you can revert it by intercepting the height changed event with IME: https://www.b4x.com/android/forum/t...-keyboard-with-the-ime-library.14832/#content And then move the EditText(?) to the center. Upvote 0
It is a bug in Android. Maybe you can revert it by intercepting the height changed event with IME: https://www.b4x.com/android/forum/t...-keyboard-with-the-ime-library.14832/#content And then move the EditText(?) to the center.