Want something added? Ask for it here.
-
Juo
- Newbie
- Posts: 7
- Joined: April 6th, 2008, 3:47 pm
Post
by Juo »
I was wondering if a home screen icon could be added for the Secondary Web Interface: iphone skin.
This can be done by adding the following code within the head of the index document.
Code: Select all
<link rel="apple-touch-icon" href="/whatever.png"/>
Then creating a 60x60 pixel, 72dpi PNG image for the icon file.
This can then allow for an iPhone web clip similar to these
http://farm2.static.flickr.com/1144/136 ... 3acd54.jpg
Last edited by
Juo on April 7th, 2008, 4:53 pm, edited 1 time in total.
-
switch
- Moderator
- Posts: 1380
- Joined: January 17th, 2008, 3:55 pm
- Location: UK
Post
by switch »
Thanks, I forgot about this. Will be added for future versions.
-
Juo
- Newbie
- Posts: 7
- Joined: April 6th, 2008, 3:47 pm
Post
by Juo »
Great thanks!