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 从快捷方式启动Windows 8 Metro模式下的Chrome应用程序_Google Chrome_Windows 8_Google Chrome App - Fatal编程技术网

Google chrome 从快捷方式启动Windows 8 Metro模式下的Chrome应用程序

Google chrome 从快捷方式启动Windows 8 Metro模式下的Chrome应用程序,google-chrome,windows-8,google-chrome-app,Google Chrome,Windows 8,Google Chrome App,我有一个chrome应用程序,我想从首页的快捷方式启动到chrome的Window 8模式。我可以使用--force immersive标志让Chrome浏览器以该模式启动,但当与--appId=myAppId标志组合启动我的应用程序时,这不起作用。该应用程序仍以桌面模式启动 是否可以通过快捷方式而不是谷歌应用程序启动器直接将chrome应用程序启动到metro/win8模式?我已经查看了Chrome的其他版本,但没有找到一个能够产生所需行为的组合。不幸的是,简短的答案是否定的(除非它在40版之

我有一个chrome应用程序,我想从首页的快捷方式启动到chrome的Window 8模式。我可以使用
--force immersive
标志让Chrome浏览器以该模式启动,但当与
--appId=myAppId
标志组合启动我的应用程序时,这不起作用。该应用程序仍以桌面模式启动


是否可以通过快捷方式而不是谷歌应用程序启动器直接将chrome应用程序启动到metro/win8模式?我已经查看了Chrome的其他版本,但没有找到一个能够产生所需行为的组合。

不幸的是,简短的答案是否定的(除非它在40版之后的Chrome中实现)

将桌面类型显式设置为“本机”(即非Windows 8模式)。这是因为无论启动模式如何,都会使用相同的快捷方式,我们不希望Chrome当前运行的模式影响从桌面启动的Chrome应用程序

而且,和Chrome一样,我们不能假设从起始页(而不是桌面)启动意味着你想在Windows8模式下启动应用程序

但这仍然是一个合法的bug。如果您想在诸如“无法通过快捷方式在Windows 8模式下启动Chrome应用程序”之类的网站上提交新问题,我们可以研究添加此功能需要什么。请确保您也将错误编号放在这里,以便我注意到。

我提交了新的问题。