Some users of my watchface are reporting clipping when an alarm sounds, for instance. When they go back to the watch face the only see the part of the screen that its bein refreshed at that time. Not all of them. I have not experienced any issue with my device myself.
The thing is that I am just updating some parts of the screen in every update, so I dont have to make a full refresh.
As I am not able to replicate the issue... so I just want to know whats the lifecycle of the methods called, so I can include a "force full refresh" when this happen. All the drawing occurs on the onUpdate function. My onShow and onHide functions are empty, but I do not know if they are the place... I do not know exactly when they are called.
I have not found many documentation regarding this. Just a top level that does not help much.
Thanks for your help.
Regards,