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.
我的 android 应用程序有问题,我制作了一个带有一些登录字段的 webview,但是当我想完成这个字段时,软键盘会出现并隐藏我的文本字段,我在 google 上搜索了一些解决方案并尝试了“ WindowSoftInputMode”标志和其他提示,但没有任何作用。
为了测试我的应用,我使用的是 Samsung Galaxy tab 10.1 和 API Level 16。
你能帮助我吗 ?
感谢 :)
试试这个,在清单文件中为特定活动添加 windowSoftInputMode 属性
<activity android:name="YOurActivity" android:windowSoftInputMode="adjustResize">