Opened 14 years ago
Closed 14 years ago
#1339 closed patch (Fixed)
iOS WebClip icons and HTML
Reported by: | bcode | Owned by: | Damien Churchill |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | Web UI | Version: | 1.3.0_dev |
Keywords: | webclip, icon, iOS, iPhone, iPad, iPod Touch | Cc: |
Description
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
Attachments (2)
Change History (3)
by , 14 years ago
Attachment: | index.html added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied to master and 1.3-stable, thanks!
Patched WebUI index.html