Apple Web-App,点击后保持Web应用程序模式

时间:2013-12-26 00:58:31

标签: ios ipad webkit mobile-safari mobile-webkit

Apple提供了一些元标记,当您在主屏幕上显示网站时,可以将应用程序全屏打开。

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />

工作正常,但是当你转到下一页时,它会打开Safari。所以它不在webapp视图中。

有没有办法防止这种情况?

我尝试了以下代码,这很好用。但那并不可取。

$(document).on('a', 'click', function(){ return window.location = $(this).attr('href'); });

Apple我不是那个功能的忠实粉丝,因为我在他们的文档中找不到任何关于它的文档。

0 个答案:

没有答案