Fix iOS contact copy function #154
Reference in New Issue
Block a user
Delete Branch "ios-contact-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?
Added: native clipboard service
Fix: iOS copy function
Fix iOS contact copy functionto WIP: Fix iOS contact copy functionWIP: Fix iOS contact copy functionto Fix iOS contact copy function@@ -0,0 +31,4 @@const platform = Capacitor.getPlatform();const isNative = Capacitor.isNativePlatform();logger.log("[ClipboardService] Copying to clipboard:", {I vote for this to be a logger.debug call.
... in multiple places.
Agreed. Changed level from
.logto.debugin two spots in ClipboardService.ts👍