0

I am following this guide for Specifying a Webpage Icon for Web Clip

(https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html)

However, I wasn't able to find how to change the default Name or Title displayed below on the icon on the phone. Anyone know how to change or set a default icon name?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
stcho
  • 1,909
  • 3
  • 28
  • 45

1 Answers1

0

Figured it out

<meta name="apple-mobile-web-app-title" content="Enter Your Name Or Title Here">

put this line in between your head tags in the index.html or your top level html.

stcho
  • 1,909
  • 3
  • 28
  • 45