window.close()不适用于iOS 8 GM种子

我试图通过使用window.open() ,然后使用window.close()closures,但似乎window.close()在safari(iOS 8 GM种子)中工作,打开新的选项卡。 这里是代码:

A.html:

<button onclick="window.open('./B.html'); return false;">Open B</button>

B.html:

<button onclick="window.close();">Close</button>

我尝试了几种方法: setTimeoutwindow.open()然后closures,但没有帮助。

有这种情况的解决方法吗?

没有解决方法。

我在我们的网页上添加了一条消息。 '如果没有自动closures,请closures此窗口。

有一个关于这个问题的论坛。 https://devforums.apple.com/message/1044445