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
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 ?
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 ?