im creating a clock face and i have it side loaded on my watch but ive noticed the stats (steps etc) are not updating on the watch quickly enough. is this because ive used the adjusted values or because it is side loaded ?
Best Answeryes i added in code to check the stats when the clock ticks using an event listener
clock.addEventListener("tick", updateStats);
Best Answer