Addo Well-Known Member Licensed User Longtime User Jan 12, 2019 #1 i have a layout with 3 panels , the bottom panel have Edittext i set IME to this control to adjust the view when the keyboard is visible with this code B4X: IME.Initialize("IME") IME.AddHeightChangedEvent IME_HeightChanged(100%y, 0) IME.AddHandleActionEvent(textmsg) its working pretty fine on android 6,7 . but on android galaxy s9 the bottom panel disappear when IME_HeightChanged called . what could be the mistake ?
i have a layout with 3 panels , the bottom panel have Edittext i set IME to this control to adjust the view when the keyboard is visible with this code B4X: IME.Initialize("IME") IME.AddHeightChangedEvent IME_HeightChanged(100%y, 0) IME.AddHandleActionEvent(textmsg) its working pretty fine on android 6,7 . but on android galaxy s9 the bottom panel disappear when IME_HeightChanged called . what could be the mistake ?
Erel B4X founder Staff member Licensed User Longtime User Jan 13, 2019 #2 Hard to say. Does the example project work properly: https://www.b4x.com/android/forum/threads/handle-the-soft-keyboard-with-the-ime-library.14832/ ? Upvote 0
Hard to say. Does the example project work properly: https://www.b4x.com/android/forum/threads/handle-the-soft-keyboard-with-the-ime-library.14832/ ?