Hi,
I recently found a strange error when using SAPUI5 with PhoneGap.
Normally when you have an input element (sap.m.Input) and it gets selected, the keyboard appears and the view slides up so the user is able to see the input field and it is not hidden under the keyboard. When using the device browser and accessing for example https://sapui5.netweaver.ondemand.com/sdk/#test-resources/sap/m/List.html -> Input List, everything works as expected.
Now when using the same coding, and pack the application with PhoneGap, the keyboard just appears without moving the view. This causes the field to be hidden under the keyboard. Even worse is the fact, that if a field gets hidden by the keyboard, the field isn't selected.
Has anyone encountered this problem or knows a fix?
I have added two screenshots to illustrate my problem. In both cases the last list item was selected. I am using SAPUI 1.16.3, PhoneGap 2.9 and iOS 7
Thank you for your time and help!
Best regards,
Christoph