Yes, that's expected - because if your app is using the tap event you probably wouldn't want the initial one to be counted. You could however respond to the Bangle.on('lock' event.
If you don't want the behaviour then you can just have wakeOnTouch:false and all the taps will go through
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.
Yes, that's expected - because if your app is using the tap event you probably wouldn't want the initial one to be counted. You could however respond to the
Bangle.on('lock'
event.If you don't want the behaviour then you can just have
wakeOnTouch:false
and all the taps will go through