在iOS设备的主屏幕上设置书签的默认标题?

时间:2012-04-05 08:11:50

标签: ios web-applications bookmarks

使用

在iOS设备的主屏幕上为书签设置默认图像时
<link rel="apple-touch-icon-precomposed" href="bla.png"/>

书签的标题始终是网络应用程序标题的一部分。 是否有机会设置默认标题,该标题会自动显示在“添加到主屏幕”对话框中?

由于

马特

2 个答案:

答案 0 :(得分:28)

<meta name="apple-mobile-web-app-title" content="Title">

答案 1 :(得分:6)

标题会自动从头部标题中设置。

查看此document了解详情。