Posted by andrewmacpherson on March 14, 2010 at 5:47pm
1 follower
Jump to:
| 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:
#4