0

我正在使用cordova 2.4开发android应用程序

问题是键盘重叠屏幕而不是推动应用程序。

我的文本字段隐藏在电话键盘后面。

如果有人知道解决方案,请分享。

4

1 回答 1

0

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

于 2013-10-14T16:08:47.820 回答