feat(web): pwa prompt 'Add to Home Screen' opens share menu#963
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 52bd2b6 | May 18 2026, 05:33 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 52bd2b6 | Commit Preview URL Branch Preview URL |
May 18 2026, 05:34 AM |
How to use the Graphite Merge QueueAdd the label Main to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Claude finished @MaheshtheDev's task in 1m 26s —— View job Review Complete
Summary: Clean implementation that opens the native share menu on iOS Safari when users tap "Add to Home Screen". The share sheet contains the actual "Add to Home Screen" option, improving the install UX. No bugs or security issues found. Score: 9/10 |
There was a problem hiding this comment.
Overview: Adds a "Add to Home Screen" button on iOS that opens the native share menu, enabling users to add the PWA without manually navigating to the share sheet.
Issues found: None — this looks good to ship.
The implementation correctly:
- Uses
navigator.share()to open the native share sheet on iOS Safari - Falls back gracefully when Web Share API isn't available
- Follows the existing pattern of dismissing the prompt after user interaction
- The empty catch block is appropriate since share cancellation (AbortError) is expected behavior
The UX makes sense: on iOS Safari, the share sheet contains the "Add to Home Screen" option, so opening it directly helps guide users through the install flow.
Score: 9/10
Merge activity
|
d355f13 to
52bd2b6
Compare

No description provided.