Skip to content

Comments

Add apple-touch-icon for iOS home screen bookmarks#22

Merged
CalderLund merged 1 commit intomainfrom
calderlund--apple-touch-icon
Feb 21, 2026
Merged

Add apple-touch-icon for iOS home screen bookmarks#22
CalderLund merged 1 commit intomainfrom
calderlund--apple-touch-icon

Conversation

@CalderLund
Copy link
Collaborator

Description

Human input: TODO: fill in before merging
What: When bookmarking the web app to an iPhone home screen, the proper app icon now displays instead of a generic "P" letter.
Why: iOS requires a specific apple-touch-icon link tag to know which image to use for home screen bookmarks — without it, Safari falls back to showing the first letter of the page title.

How was this change tested?

  • Automated test (unit, integration, etc.)
  • Manual test (provide reproducible testing steps below)
  1. Deploy to staging/production
  2. Open the site in Safari on an iPhone
  3. Tap Share → Add to Home Screen
  4. Verify the home screen icon shows the Pseuno AI logo instead of "P"

Detailed Description

  • Created frontend/public/apple-touch-icon.png — a 180x180px version of the existing favicon.png (180x180 is the standard size iOS expects)
  • Added <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> to frontend/index.html
  • Existing home screen bookmarks need to be re-added for the icon to update

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@CalderLund CalderLund marked this pull request as ready for review February 21, 2026 18:50
@CalderLund CalderLund merged commit edbd218 into main Feb 21, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant