You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Maybe we could ask him for the script or if he could turn it into an app:

    That would be awesome - it's pretty easy to contribute apps and then anyone could use it!

    For messages/answering calls the messages app uses swipes, so you could make something to convert taps to a swipe message in a few lines of code and have that working really quickly.

    so

    Bangle.on("tap", e => {
      if (dir=="left") Bangle.emit("swipe",1,0);
      if (dir=="right") Bangle.emit("swipe",-1,0);
    });
    
About

Avatar for Gordon @Gordon started