it seems there is no way to handle any input on a watch face. I tried to pass a BehaviorDelegate object as second array element in the "getInitialView" method but then I get the following error in the console:
Unexpected Type Error
I…
Unexpected Type Error
Actually you do have them. In your app class you'll see it as something like:
class MyWatchApp extends App.AppBase {
function initialize() {
AppBase.initialize();
}
//! onStart() is called on application start up
function onStart…