Android上的"apple-mobile-web-app-title"

Han*_*nes 14 android web-applications title meta-tags

apple-mobile-web-app-titleAndroid web应用程序是否有相当于iOS 6元标记?能够让您定义长标题和简短标题的东西.

<title>Long name</title>
<meta name="apple-mobile-web-app-title" content="Short name">
Run Code Online (Sandbox Code Playgroud)

ros*_*lof 5

这可以使用“应用程序名称”元标记来实现。然而,它似乎只适用于 chrome。Firefox 和 android 浏览器不使用标题标签

<head> ...  <meta name="application-name" content="Awesome App!"> ...  </head>
Run Code Online (Sandbox Code Playgroud)

来自 Web 应用程序部分的使用
http://w3c-webmob.github.io/installable-webapps/