CapacitorWatch icon indicating copy to clipboard operation
CapacitorWatch copied to clipboard

Build apps for watches with Capacitor

Results 4 CapacitorWatch issues
Sort by recently updated
recently updated
newest added

i was adding a Ui to the watch and worked fine when i updated the UI with a $number variable also showed correctly. but when sending values to the variable...

I've followed the documentation up to step 7, my watchOS.swift file currently looks like this: ``` import SwiftUI import WatchConnectivity @main struct watchOS_Watch_AppApp: App { var body: some Scene {...