PhoneGap in Android: Inputs do not move with soft keyboard

I am helping to style a Banking mobile app, and the company is using PhoneGap to build across all platforms. I am using a Nexus 4 (android) to test the app, and have noticed that when input fields are tapped, the screen does not scroll up with the soft keyboard - many input fields get lost behind the keyboard.

I can NOT have the addressbar at the top of the screen show, so the one fix I found that said to change the xml file fullscreen preference won't work.

How can this be fixed? I have not been able to test on other devices yet.


评论中提到的插件有效。

链接地址: http://www.djcxy.com/p/93372.html

上一篇: 以全屏模式获取软键盘高度

下一篇: Android中的PhoneGap:输入不会随软键盘移动