http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8305 Priority: P5 - low Change sponsored?: --- Bug ID: 8305 Assignee: oleonard@myacpl.org Summary: Use apple-touch-icon for pretty bookmark icons Severity: enhancement Classification: Unclassified OS: All Reporter: magnus@enger.priv.no Hardware: All Status: NEW Version: master Component: OPAC Product: Koha Currently if you bookmark the Koha OPAC on a device like the iPad by adding it to your "home" screen, you get an icon that is a tiny screenshot of the page you bookmarked - not very pretty. Specifying a pretty icon is as simple as this: <link rel="apple-touch-icon" href="/custom_icon.png"/> And of course we have to add the actual icon. Despite the name, this is supposed to work for e.g. Android-based devices, not just Apple devices. It might be a good idea to have one icon for the OPAC and one for the intranet, like we do with the favicons. Docs: - http://developer.apple.com/library/ios/#DOCUMENTATION/AppleApplications/Refe... - http://mathiasbynens.be/notes/touch-icons -- You are receiving this mail because: You are watching all bug changes.