Got the new App - nothing changed for me.
I believe it's the Message app. The watch gets the messages from Gadgetbridge, but Messages just won't display them. Any idea how to debug that?
Debug log says:
____ _
| __|___ ___ ___ _ _|_|___ ___
| __|_ -| . | _| | | | | . |
|____|___| _|_| |___|_|_|_|___|
|_| espruino.com
2v14 (c) 2021 G.Williams
>
[JUncaught ReferenceError: "b" is not defined
at line 4 col 221 in messages.app.js
...r b=!0}this.options.back&&!b&&Bangle.setUI({mode:"custom",ba...
^
in function "setUI" called from line 2 col 445 in messages.app.js
...this._l.c[1].c);this.setUI();var f=this;d(this._l);this.upda...
^
in function "Layout" called from line 344 col 19 in messages.app.js
]},{back:goBack});
^
in function "showMessage" called from line 371 col 41 in messages.app.js
return showMessage(newMessages[0].id);
^
in function "checkMessages" called from line 440 col 118 in messages.app.js
...sic && settings.openMusic });
^
in function called from system
>
from the Emulator, the Message app just opens fine!
But then, when I want to accept or decline a message, it shows
in function called from system
Uncaught Error: Function "a" not found!
at line 1 col 2541 in messages.app.js
a(this._l,b)
^
in function called from system
>
All this is super weird.
HA!
In the Emulator (Chrome) I disabled Module Minification and now it seems to be working. Still testing.
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.
Got the new App - nothing changed for me.
I believe it's the Message app. The watch gets the messages from Gadgetbridge, but Messages just won't display them. Any idea how to debug that?
Debug log says:
When I send
from the Emulator, the Message app just opens fine!
But then, when I want to accept or decline a message, it shows
All this is super weird.
HA!
In the Emulator (Chrome) I disabled Module Minification and now it seems to be working. Still testing.