Context
Mobile browsers can use the native share sheet, which is better than platform-specific popup links when available.
Acceptance Criteria
- Use
navigator.share when supported.
- Fallback to existing social menu otherwise.
- Track and handle share cancellation without showing errors.
References
app/share/page.tsx
app/components/ShareButtons.tsx
Context
Mobile browsers can use the native share sheet, which is better than platform-specific popup links when available.
Acceptance Criteria
navigator.sharewhen supported.References
app/share/page.tsxapp/components/ShareButtons.tsx