How do I set the icon that appears on the iPhone for the web sites I create?
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a way to play audio on a mobile browser w
- HTML form is not sending $_POST values
- implementing html5 drag and drop photos with knock
- Core Data lightweight migration crashes after App
Add this in your head section:
<link rel="icon" href="/your-icon-url"/>
And for the sake of completeness, a link to Scott Hanselman's posting, which contains some additional tips as well:
Add Home Screen iPhone Icons and Adjust the ViewPort
From the Apple Developer Connection Safari Web Content Guide for iPhone page Specifying a Webpage Icon for Web Clip...
I've made a suggestion that Stack Overflow implement an apple-touch-icon:
Add an apple-touch-icon for Safari on iPhone
See the Specifying a Webpage Icon for Web Clip section of the Configuring Web Applications page of the Safari Web Content Guide in the Safari Reference Library...