Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个文本框,它采用文件名从 sdcard 读取特定文件。此文本框使用 jQuery 和 html5、javascript。所以它在andorid上加载webview。
但是当我启动活动时,我无法获得设备的软键盘。 所以我无法输入任何内容。
我已经在三星 Galaxy 选项卡、三星 Galaxy Ace 和 S2(全 android)上进行了测试。
我也附上了它的屏幕截图
谢谢斯内哈 _
在您的活动中,请确认android:configChanges="orientation|keyboardHidden"是否提供。如果您使用的是phonegap 和jquery mobile,则必须提供。并且还要检查android:windowSoftInputMode="adjustPan"。
android:configChanges="orientation|keyboardHidden"
android:windowSoftInputMode="adjustPan"