Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google chrome 我是否可以检测触摸键盘当前是否已部署并请求它?_Google Chrome_Google Chrome Extension_Windows 10_Virtual Keyboard - Fatal编程技术网

Google chrome 我是否可以检测触摸键盘当前是否已部署并请求它?

Google chrome 我是否可以检测触摸键盘当前是否已部署并请求它?,google-chrome,google-chrome-extension,windows-10,virtual-keyboard,Google Chrome,Google Chrome Extension,Windows 10,Virtual Keyboard,在windows 10上,当用户按下文本输入字段时,可以自动部署触摸键盘。这在chrome中是非常不一致的 我想知道Chrome扩展是否可以 检测键盘当前是否已部署 按需请求触摸键盘 如果这些都不可能,那么解决方案是通过本机消息将Chrome扩展与本机windows应用程序一起使用吗?本机Windows应用程序是否能够检测并请求触摸键盘,而不会从Chrome的输入字段中窃取焦点?我认为您要查找的是文档中显示的属性。要检查code属性,请访问。“代码值应为在设备处于出厂重置状态时按下按钮时生成

在windows 10上,当用户按下文本输入字段时,可以自动部署触摸键盘。这在chrome中是非常不一致的

我想知道Chrome扩展是否可以

  • 检测键盘当前是否已部署
  • 按需请求触摸键盘

如果这些都不可能,那么解决方案是通过本机消息将Chrome扩展与本机windows应用程序一起使用吗?本机Windows应用程序是否能够检测并请求触摸键盘,而不会从Chrome的输入字段中窃取焦点?

我认为您要查找的是文档中显示的属性。要检查
code
属性,请访问。“代码值应为在设备处于出厂重置状态时按下按钮时生成的键值。”