简体   繁体   English

Android禁用键盘按键反馈

[英]Android disable keyboard key feedback

Is there a way to disable the key feedback on the system keyboard? 有没有办法禁用系统键盘上的按键反馈? Like on KeyboardView where you have setPreviewEnabled 就像在您设置setPreviewEnabled的KeyboardView上一样

Add this line in your Manifest 在清单中添加此行

android:windowSoftInputMode="stateAlwaysHidden" 

For more details you can read This & This 欲了解更多详情,您可以阅读

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM