我遵循为Web剪辑指定网页图标的指南
(https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html)
但是,我无法找到如何更改显示在手机图标下方的默认名称或标题。有人知道如何更改或设置默认图标名称吗?
figure it out
<meta name="apple-mobile-web-app-title" content="Enter Your Name Or Title Here">
把这行放到index.html或者顶层html的头标签之间