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.
对于 EditText 视图,我可以使用 setInputType(InputType.NULL),但 Web 视图没有它。我尝试了在 stackoverflow 上发布的其他解决方案,但没有一个适用于 Web 视图。
“发布的其余解决方案”是否包括添加android:windowSoftInputMode="stateAlwaysHidden"清单文件的活动描述?
android:windowSoftInputMode="stateAlwaysHidden"