【发布时间】:2017-08-30 04:14:14
【问题描述】:
我正在尝试在 Outlook Web 插件中打开一个子窗口并将事件从父窗口发布到子窗口。它在浏览器和 Mac Outlook 中运行良好。但在windows Outlook中,它直接在浏览器中打开,与父窗口没有任何通信,也没有监听事件。我该如何解决这个问题?
像这样打开子窗口:
window.open(url, 'title', "width=600, height=400, center=true, useContentSize=true");
【问题讨论】:
标签: outlook office-js office-addins outlook-web-addins