Skip to content

feat(share): add native Web Share API path on mobile #271

Description

@Calebux

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

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions