选择Chrome后,Chrome会自动将打包的应用程序窗口置于前台

时间:2016-06-25 14:37:54

标签: javascript google-chrome google-chrome-app

描述

通过CMD-Tab或点击Chromes Dock Icon选择Google Chrome时,Chrome打包应用窗口始终会显示在前台。 是否存在可以阻止此行为的任何属性或技巧?

Gif of the issue

代码

您可以使用差不多every chrome app重现此行为。

chrome.app.window.create('window.html', {
  id: 'someId',
  focused: true
});

0 个答案:

没有答案