Android: windowSoftInputMode = 'adjustPan' not working in Rhomobile

The default behavior of Rhomobile on Android is to resize the WebView when the keyboard appears. However, I would have preferred the iOS behavior when the view is pushed. Trying to use android: windowSoftInputMode = 'adjustPan' in my android manifest doesn't work.

Rhomobile 5.0.2 Android SDK 4.4.2 Minimum API Level 17 Test Device: Android 4.2.2

Screen without keyboard:

Screen without keyboard

Keyboard screen with default behavior adjustResize (screen messed up):

enter image description here

Keyboard screen with adjustPan (textbox is hidden and window cannot be scrolled):

enter image description here

+3


source to share





All Articles