当我在 safari 浏览器中打开我的项目并在 ipad 的主屏幕上添加图标时,链接无法按我的意愿工作。
情况是这样的:
我有一个目录 project/index.html 。
我有目录 project/edition/edition.html (在 index.html 的弹出窗口中打开)
和目录 project/magazine/magazine.html
当我单击 index.html 中的按钮以打开弹出窗口以选择我想要的菜单时,当用户选择某个选项时,请转到 magazine.html。问题是始终在浏览器中打开,我希望在我的应用程序中继续而不关闭应用程序。
任何想法?
我为此使用了 ` 并且我已经测试了所有目标:self、parent、top 等。并且总是在浏览器中打开
编码:
索引.html
<div data-role="popup" id="edicaorevista" style="max-height:100%">
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
<iframe src="Edition/Edition.html" style="width:730px;height:300px"></iframe>
</div>
<a href="#edicaorevista" id="ler" data-rel="popup" data-inline="true" data-direction="reverse" data-position-to="window"></a>
版本.html
<a href="../magazine/magazine.html"><img src="imgs/landscape/edicao2013.png" alt="image01" />