• 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 :)

  • 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");
    });
    
  • I had that idea, too :)
    It is possible to do that with the Pattern Launcher.
    I did that but it only worked until the Bangle hang (maybe an infinite loop). The Bluetooth connection didn't work anymore in that state, and without the button it was not possible to restart the watch and make it work again. So the battery discharged and now the Bangle is unusable.

About

Avatar for fparri @fparri started