Hello,
The seconds hand in my analog simulator and device shows the second hand with a serious glitch (picture included)...basically every second...on power mode.
Then after several more seconds (on device) the watch face disappears and goes to one of the Garmin Factory Setting Watch Faces.
I've included the enter sleep and exit sleep code below. Any help will be truly helpful.
function onEnterSleep() { isAwake = false; showSeconds=false; WatchUi.requestUpdate(); } function onExitSleep() { isAwake = true; showSeconds=true; WatchUi.requestUpdate();