windows mobile在没有regedit的情况下在internet explorer中隐藏sip(键盘)(仅限html,js)
Posted
技术标签:
【中文标题】windows mobile在没有regedit的情况下在internet explorer中隐藏sip(键盘)(仅限html,js)【英文标题】:windows mobile hide sip (keypad) in internet explorer without regedit (only html,js) 【发布时间】:2015-01-15 17:01:54 【问题描述】:(windows mobile ce,internet explorer)当用户对文本字段执行焦点时,键盘(sip)会自动打开,这是不希望的。用户不需要任何键盘,因为设备已经有一个大键盘,他们不想看到虚拟键盘,因为它在小屏幕上占用了大量空间。
我无法修改注册表。
当我将此行添加到 onfocus 时,
document.activeElement.blur()
键盘消失了,但焦点也消失了,我们不能再编辑文本字段了。期望的情况是,我们聚焦到文本字段,它成为焦点,光标闪烁但我们没有看到任何键盘。
有没有办法通过 html+javascript 做到这一点?我在设备上找不到任何相关设置(Internet Explorer 选项或设备选项)
【问题讨论】:
【参考方案1】:有设置
Control Panel
Internet Options
Advanced
Browsing
> Disable automatic SIP
虽然由于某种原因我似乎不能只在屏幕上选择它...但这可能是我自己的用户设置。
【讨论】:
以上是关于windows mobile在没有regedit的情况下在internet explorer中隐藏sip(键盘)(仅限html,js)的主要内容,如果未能解决你的问题,请参考以下文章
Windows 10 Mobile是否支持UWP应用程序的Fluent设计系统?