@Ocim I think this would be solved by using the widget_utils module. Specifically using require('widget_utils').show() in the remove-section of Bangle.setUI.
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.
@Ocim I think this would be solved by using the widget_utils module. Specifically using
require('widget_utils').show()
in theremove
-section ofBangle.setUI
.