문제

I have a web application that will be used on iPhones, and want to provide the icon to be shown when added as a homescreen shortcut.

How can I do this?

도움이 되었습니까?

해결책

Use this HTML code in the <head> section of your start page:

<link rel="apple-touch-icon" href="my_icon.png" />
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top