iphone - apple-mobile-web-app-capable 和 apple-touch-fullscreen 之间的区别 | iPhone/iOS 元标签

标签 iphone html ipad meta-tags iphone-standalone-web-app

我有一个问题,我无法在谷歌或直接在苹果开发者论坛上找到答案。

两者之间的确切区别是什么

<meta name="apple-touch-fullscreen" content="yes" />

<meta name="apple-mobile-web-app-capable" content="yes" />

?

最佳答案

他们的行为方式相同,至少目前如此。 apple-mobile-web-app-capableSafari documentation 中提到的唯一版本,所以我会坚持下去。在我看来,apple-touch-fullscreen 似乎在早期的演示/预览中使用过,所以当 SDK 实际发布时它仍然可以工作,但首选版本是记录的版本。

关于iphone - apple-mobile-web-app-capable 和 apple-touch-fullscreen 之间的区别 | iPhone/iOS 元标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10029560/

相关文章:

iphone - 将地址簿数据导入 iPhone 模拟器

javascript - 我的 HTML 下拉菜单在 IE6 中不起作用

javascript - 从具有相同类名的多个跨度中检索文本

ipad - iOS MapKit : Selected MKAnnotation coordinates

iphone - 具有多个可见页面或较小页面大小的 UIScrollView

iphone - 如何显示从 YouTube 加载内容?

ios - 如何在 Storyboard 中将 View 移动到另一个 View 内

iphone - UISegmentedControl 中条形之间的空间

javascript - 如何重新加载 iframe 的父级而不重新加载它

iphone - 语义问题 : Incompatible pointer to integer conversion sending 'NSUInteger *' (aka 'unsigned int *' ) to parameter of type 'NSUInteger'