fix(ios): resolve clipboard and notification issues in ContactQRScanFullView #199

Merged
jose merged 2 commits from ios-qr-code-copy into master 6 hours ago
jose commented 6 days ago
Owner

fix(ios): resolve clipboard and notification issues in ContactQRScanFullView

  • Replace useClipboard() with ClipboardService for iOS compatibility
  • Fix notification helper initialization timing issue
  • Add proper error handling for clipboard operations
  • Ensure consistent behavior across all platforms

Fixes clipboard copy functionality on iOS builds where QR code clicks
failed to copy content and showed notification errors. The ClipboardService
provides platform-specific handling using Capacitor's clipboard plugin,
while moving notification initialization to created() lifecycle hook
prevents undefined function errors.

Resolves: iOS clipboard copy failure and notification system errors

fix(ios): resolve clipboard and notification issues in ContactQRScanFullView - Replace useClipboard() with ClipboardService for iOS compatibility - Fix notification helper initialization timing issue - Add proper error handling for clipboard operations - Ensure consistent behavior across all platforms Fixes clipboard copy functionality on iOS builds where QR code clicks failed to copy content and showed notification errors. The ClipboardService provides platform-specific handling using Capacitor's clipboard plugin, while moving notification initialization to created() lifecycle hook prevents undefined function errors. Resolves: iOS clipboard copy failure and notification system errors
jose added 1 commit 6 days ago
5fc5b958af fix(ios): resolve clipboard and notification issues in ContactQRScanFullView
jose added 1 commit 4 days ago
4c218c4786 feat: migrate all clipboard operations from useClipboard to ClipboardService
jose merged commit 0072db1595 into master 6 hours ago
The pull request has been merged as 0072db1595.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.