Exit an app #5199
Replies: 1 comment
-
Posted at 2022-09-14 by rigrig If you call Posted at 2022-09-14 by Hank I actually tried that and it did not exit.
When starting the app it logs xxx and shows "Loading...". Posted at 2022-09-15 by Hank Ah ok, havin load() instead of load(); helps. But the IDE is claiming "missing semicolon" then :) Posted at 2022-09-15 by @thyttan Weird, I have
where I use a semicolon behind load() and that works to take me to the clock when I press the red software back button in the app. Posted at 2022-09-17 by HughB I think you have to call it as the payload of a timeout. 20ms delay will do. Posted at 2022-09-21 by @gfwilliams I think the issue is the difference between:
The functions in menus get called with the menu itself as an argument, so you're effectivaly calling |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-09-14 by Hank
Lame question:
How do I exit my app and return to the user's watchface without needing to push the menu button?
Beta Was this translation helpful? Give feedback.
All reactions