标签: ios html5 ipad mobile-safari
我将在ipad上显示一些文档(.pdf .docx .xls ...)和MobileSafari的内置查看器。
主页有<meta name="apple-mobile-web-app-capable" content="yes">以全屏模式隐藏SafariBars。一切正常。
<meta name="apple-mobile-web-app-capable" content="yes">
现在,我将在window.open("test.pdf")的新窗口中显示文档。 问题是,我无法关闭窗口,因为状态栏是隐藏的。
window.open("test.pdf")
是否有可能使条形图可见或关闭/返回事件等?