-
• #2
Not sure if that is possible.
I usually install the app on my watch, connect through the ide and run
g.dump()
on the left hand side. -
• #3
oh
g.dump()
works great! Didn't know that existed, thank you! -
• #4
Yes,
g.dump()
wasn't possible on Bangle.js 1 because there was no readback, but it's really handle on Bangle.js 2.For the emulator, do
Bangle.factoryReset()
which will load default apps/widgets in, and then when you upload your app you'll get widgets too :) -
• #5
Awesome, thanks Gordon!
I developed a clock app and was taking some screenshots for the app loader, however when I load the app in the emulator no widgets are shown (I am loading the widgets in the app and they do show on my bangle.js 2 device).
I see other people have screenshots of their clock that show the widgets. What is the best way to load them in the emulator?