2

When you save a website to your iphone home screen, it pick's the site title as the name to save as, is it possible to force as a specific name regardless of which page they bookmark it on a domain?

4

2 に答える 2

10

On iOS 6 and later you can override the name by using this meta tag:

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

Unfortunately though, it doesn't get around the problem (bug?) that you can easily fit more characters in most shortcut names than Safari naturally truncates to, but at least it means you can choose a shorter name for your app, and it doesn't require any JavaScript.

于 2012-12-12T11:12:16.570 に答える
-1

If I have you right, when you're in Safari and you press Add to Home Screen, you are given an opportunity to changed the name of the home screen icon. After you've edited the name, press Add and you're set.

于 2011-10-21T06:03:55.927 に答える