9

when setting a default image for bookmarks on the home screen for iOS devices using

<link rel="apple-touch-icon-precomposed" href="bla.png"/>

the title of the bookmark is always a chunked part of the web app's title. Is there any chance to set a default title which is automatically presented in the "add to home screen" dialog?

Thanks

Matt

Matt
  • 1,610
  • 2
  • 17
  • 24

2 Answers2

30
<meta name="apple-mobile-web-app-title" content="Title">
Martin
  • 10,294
  • 11
  • 63
  • 83
6

The title is automatically set from the title in the head section.

Check this document for more info.

Community
  • 1
  • 1
Bojan Dimovski
  • 1,216
  • 11
  • 25