I know, everybody will tell me it's not possible to track keyevents on watchfaces. But because the API Docs state clear that it can be used in watchfaces as well, I try anyway:
https://developer.garmin.com/connect-iq/api-docs/Toybox/WatchUi/KeyEvent.html , see app types and here https://developer.garmin.com/connect-iq/api-docs/Toybox/WatchUi/KeyEvent.html#getKey-instance_function / Appteypes.
What do I miss here? I tried to get this running (manifest min SDK 8.0, all permissions set, Fenix 8):
Details: Failed to start CIQ Application
Stack:
Encountered app crash.
Does anyone has an idea how to make it work or are the docs just plain wrong? What I try to do is to track whether the user activates the backlight on the device, but I could not find any possibility to track the state of the backlight either and then I tried to track the backlight button instead.