I figured it would be nice to have the back button in main apps as well, as it provides an easy and consistent touch-only exit button for minimal screen space.
But thinking about it, adding it to main screens will cause all kinds of problems/inconsistencies (especially on the Bangle 1, where it eats all left-side touches).
So yeah, swiping probably would be a nice addition. (setUI({mode:"leftright"}) should probably complain about back: though)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I figured it would be nice to have the back button in main apps as well, as it provides an easy and consistent touch-only exit button for minimal screen space.
But thinking about it, adding it to main screens will cause all kinds of problems/inconsistencies (especially on the Bangle 1, where it eats all left-side touches).
So yeah, swiping probably would be a nice addition. (
setUI({mode:"leftright"})
should probably complain aboutback:
though)And we can add a Bangle.js 2-only X widget.