Download & Extend

Touch icons on Android home screen

Project:Touch Icons
Version:6.x-1.x-dev
Component:Documentation
Category:task
Priority:normal
Assigned:andrewmacpherson
Status:closed (works as designed)
Issue tags:android

Issue Summary

I've discovered that newer versions of the Android OS support Apple's touch icon format.

Both rel='apple-touch-icon' and rel='apple-touch-icon-precomposed' are recognised.

See Adding a bookmark to an Android Home screen.

Rooting around in the developer reference confirms this; there's a method in Android's WebChrome Client class to handle touch icons.

I haven't had a chance to play with this on an actual Android device yet! Perhaps I should go and do some window shopping :-)

This doesn't require much action, except perhaps some documentation.

Comments

#2

Android homepage bookmarking apparently requires an absolute URL, not a relative one :-)

apple-touch-icon and apple-touch-icon-precomposed require FULL url

#3

Getting Android to Recognize Apple Touch Icons describes a few more quirks:

  • Android doesn't recognize icons placed in the web root, only icons referenced in link elements
  • Android 2.1 only recognizes the precomposed type.

#4

Status:postponed (maintainer needs more info)» closed (works as designed)