Fix iOS contact copy function #154
Merged
jose
merged 9 commits from ios-contact-copy
into master
1 week ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'ios-contact-copy'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Added: native clipboard service
Fix: iOS copy function
Fix iOS contact copy functionto WIP: Fix iOS contact copy function 4 weeks agoWIP: Fix iOS contact copy functionto Fix iOS contact copy function 3 weeks agoconst 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
.log
to.debug
in two spots in ClipboardService.ts👍
1e203da9bb
into master 1 week ago1e203da9bb
.