So my first thought before I tried it was, is it using on('drag') or on('touch'). I find any App that has used on drag almost impossible to use.
I then tried it in RAM to get the feel on the Bangle and thought, this looks really nice, But I found it very unresponsive. I then looked at the code and saw it was using on('drag').
I'd love to use this style of menu, but sadly would be screaming with frustration after pressing something and not getting any response.
Any chance it could be implemented using on('touch') ?
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.
So my first thought before I tried it was, is it using on('drag') or on('touch'). I find any App that has used on drag almost impossible to use.
I then tried it in RAM to get the feel on the Bangle and thought, this looks really nice, But I found it very unresponsive. I then looked at the code and saw it was using on('drag').
I'd love to use this style of menu, but sadly would be screaming with frustration after pressing something and not getting any response.
Any chance it could be implemented using on('touch') ?