Are you sure it's not just that the Bangle is locked? Lock icon in top left. You need to press the button to unlock it.
If not, please could you connect with the Web IDE, and copy/paste the following on the left-hand side:
reset();
Bangle.on('drag',print);
Then make sure you press a button to unlock it, and drag your finger over and see if anything gets printed to the screen - that should go some way to showing if it's a software issue or not.
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.
Are you sure it's not just that the Bangle is locked? Lock icon in top left. You need to press the button to unlock it.
If not, please could you connect with the Web IDE, and copy/paste the following on the left-hand side:
Then make sure you press a button to unlock it, and drag your finger over and see if anything gets printed to the screen - that should go some way to showing if it's a software issue or not.