Is it possible to set a default title or override the generated title for when a user is in Safari on their iOS device and clicks “Add to Home Screen”?
I imagine this title is being pulled from the HTML’s <title>Example.com</title> tag. However, I would like to target just iOS devices with a specific title.
A matter of fact, the title that iOS pulls in is not even the full title of my site; however, iOS clearly accepts more character input when I do it manually.
In iOS 6 it is now possible to manually set a default web clip title using the following undocumented
metatag:Thanks to Max Firtman for covering this in his article on the iPhone 5 and iOS 6 for HTML5 developers.