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
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'ios-qr-code-copy'
Deleting a branch is permanent. It CANNOT be undone. 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
0072db1595
into master 6 hours ago0072db1595
.