You can definitely bind to the event in more places: if (_GB) setTimeout(_GB,0,event); passes on the message after you handle it.
But Gadgetbridge Music Controls deliberately doesn't pass on music events (to prevent the messages app from loading)
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.
You can definitely bind to the event in more places:
if (_GB) setTimeout(_GB,0,event);
passes on the message after you handle it.But Gadgetbridge Music Controls deliberately doesn't pass on
music
events (to prevent the messages app from loading)