在Chrome launchWebAuthFlow中设置弹出式维度?

时间:2013-09-23 12:11:26

标签: google-chrome google-chrome-app

官方文档here没有提到这一点,但它似乎支持设置宽度和放大倍数。已添加启动流窗口的高度 - 请参阅the issue

所以我在Chrome 29(稳定版)和31(canary)的打包应用中尝试了这个:

chrome.identity.launchWebAuthFlow({
  url: MY_FACEBOOK_OAUTH_URL,
  interactive: true,
  width: 400,
  height: 300
}, function(){});

得到了这个: Error: Invalid value for argument 1. Property 'width': Unexpected property, Property 'height': Unexpected property.

任何人都知道这是否真的可行? Facebook弹出窗口的默认尺寸不佳。

1 个答案:

答案 0 :(得分:0)

您所指的更改是受影响的实验性身份API。目前不支持使用chrome.identity.launchWebAuthFlow设置窗口的尺寸。如果您希望在chrome.identity API中引入该功能,请在chrome bug数据库中file a bug