我有一个问题,无论是在谷歌还是直接在苹果开发者论坛上都找不到答案。
两者之间的确切区别是什么:
<meta name="apple-touch-fullscreen" content="yes" />
和
<meta name="apple-mobile-web-app-capable" content="yes" />
?
我有一个问题,无论是在谷歌还是直接在苹果开发者论坛上都找不到答案。
两者之间的确切区别是什么:
<meta name="apple-touch-fullscreen" content="yes" />
和
<meta name="apple-mobile-web-app-capable" content="yes" />
?
They behave the same way, at least for now. apple-mobile-web-app-capable
is the only version mentioned in Safari documentation, so I would stick with it. It looks to me as if apple-touch-fullscreen
was used in early demos/previews, so it was left working later when the SDK got actually released, but the preferred version is the one documented.