fix(ios): resolve clipboard and notification issues in ContactQRScanFullView #199
Reference in New Issue
Block a user
Delete Branch "ios-qr-code-copy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fix(ios): resolve clipboard and notification issues in ContactQRScanFullView
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