Opened 14 years ago

Closed 14 years ago

#1339 closed patch (Fixed)

iOS WebClip icons and HTML

Reported by: bcode Owned by: damoxc
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)

index.html (1.6 KB) - added by bcode 14 years ago.
Patched WebUI index.html
iOS-Precomposed.zip (82.7 KB) - added by bcode 14 years ago.
3 Precomposed Icons

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by bcode

Patched WebUI index.html

Changed 14 years ago by bcode

3 Precomposed Icons

comment:1 Changed 14 years ago by damoxc

  • Resolution set to fixed
  • Status changed from new to closed

Applied to master and 1.3-stable, thanks!

Note: See TracTickets for help on using tickets.