我正在使用cordova 2.4开发android应用程序
问题是键盘重叠屏幕而不是推动应用程序。
我的文本字段隐藏在电话键盘后面。
如果有人知道解决方案,请分享。
Check into adding this to your activity xml:
android:windowSoftInputMode="adjustResize"
There are some good tutorials out there like this one: http://blog.vogella.com/2010/10/25/android-windowsoftinputmode/
This particular questions has been asked many times as well, see here: Android soft keyboard covers edittext field