With watchOS 2.0 is there a way to access touch events and the digital crown events?

With watchOS 2.0 is there a way to access touch events and the digital crown events? Could I create something like the Photos or Maps app on the watch in 2.0?

Answered by Frameworks Engineer in 5512022

watchOS 2 does not provide direct access to touch events. You can access the digital crown using the new WKInterfacePicker class. Your app will receive a callback each time a new index is selected in the picker.

Accepted Answer

watchOS 2 does not provide direct access to touch events. You can access the digital crown using the new WKInterfacePicker class. Your app will receive a callback each time a new index is selected in the picker.

So at the moment it is not possible to detect the touch coordinates, am I right?

Is there a way to draw something with my fingers?

It's not possible to detect coordinates or draw something from within your app, that is correct.

With watchOS 2.0 is there a way to access touch events and the digital crown events?
 
 
Q