标签: android html5 input keyboard space
Android中的HTML5文本输入字段是否有禁用双倍空格周期的标志?以下标志均未将其关闭。
<input style="margin:50px;width:200px;height:80px;font-size:16px;" id="my-input" type="text" autocapitalize="off" autocorrect="off" autocomplete="off">
问题是:如何在网络应用中禁用Android的双空格键盘行为?