Replies: 1 comment 2 replies
-
Update: Issue was me. I had an improperly-scope version set to my main face face. I am still looking for the correct way to leave the face via a tap on the screen. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I'm working on my first clock.
The two difficulties I'm having both involve gracefully killing it.
Below is my app's code. I scoped the whole thing, so that things like
const storage
should disappear when I runload()
or press the physical button, but they don't. I referenced other clock faces, but cannot find what they are doing that my code is missing.Some help would be appreciated!
Issues:
showLauncher
. Is there a better way?https://github.com/voloved/BangleApps/blob/devolov/apps/jsonclock/app.js
Beta Was this translation helpful? Give feedback.
All reactions