Search code examples
iosweb-applicationsbookmarks

Setting a default title for bookmarks on the home screen of iOS devices?


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


Solution

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

    Check this document for more info.