#1339: iOS WebClip icons and HTML
----------------------------------------------------------+-----------------
Reporter: bcode | Owner:
damoxc
Type: patch | Status: new
Priority: minor | Milestone: 1.3.0
Component: webui | Version:
1.3.0_dev
Keywords: webclip, icon, iOS, iPhone, iPad, iPod Touch |
----------------------------------------------------------+-----------------
Below/Attached is a patch to include iOS WebClip icons in the WebUI
component. These icons show up on the home-screen of an iPhone, iPad or
iPod Touch when saving the WebUI as a bookmark. Without this code a
miniature screenshot of the browser UI is used instead.
I have created the Icons at the proper dimensions and resolutions for each
device type using the precomposed method (which avoids adding the
superfluous "glossy" effect).
'''HTML <head> code''':
<link rel="apple-touch-icon-precomposed" media="screen and (resolution:
163dpi)" href="${base}icons/iOS-Precomposed-57.png" />
<link rel="apple-touch-icon-precomposed" media="screen and (resolution:
132dpi)" href="${base}icons/iOS-Precomposed-72.png" />
<link rel="apple-touch-icon-precomposed" media="screen and (resolution:
326dpi)" href="${base}icons/iOS-Precomposed-114.png" />
'''Icons DL''':
http://commondatastorage.googleapis.com/deluge/iOS-Precomposed.zip
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1339>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.