You are reading a single comment by @myownself and its replies.
Click here to read the full conversation.
-
You could put something into a widget to do that generally, or if you have a personal watchface that you use you could put code right on there. I just tested putting this at the bottom of 93dub to go to the launcher with a tap at the top of the watch:
Bangle.on('tap', tap => { if (tap.dir == "top") load("launch.app.js"); });
Would it be possible to use a swipe gesture on the watchfaces, so that you can access the launcher menu without having to click the physical button, in order to save its life?
Just an idea :)