Hi
Any idea with that?
My WatchFace won‘t fall asleep after an SMS or similar. It stays on. Then I need to push a button or the display.
Thanks
Hi
Any idea with that?
My WatchFace won‘t fall asleep after an SMS or similar. It stays on. Then I need to push a button or the display.
Thanks
You need to redraw the entire screen in onUpdate(). Partial updates can only be done in onPartialUpdate().
Hi
I don't use OnPartialUpdate!
Right, so it sounds like you're not clearing the screen and redrawing everything in onUpdate(). Assuming I'm not misunderstanding the OP:
"My WatchFace won‘t fall asleep after an SMS or similar. It stays on. Then I need to push a button or the display. "
By this I assume you mean that the notification stays on the screen forever? If that's the case, the issue is that you're not clearing the screen and redrawing everything in onUpdate().
If I misunderstood, I apologize. Note that the behavior in the sim and the behavior on the real watch are often different.
Hi again
I go a Venu3.
There is a notification. I dont do anything. After a while that disappear and I can see my WF. Normaly after about 10 Sec. it switchs in the LowPowerMode. But not on my WF. I can see the hole screen working, like the seconds…
When I swipe up o down from the WF I can see all Gramin Menus. After a while, it also jumps back to the WF. Here the same problem…
Sorry I totally misunderstood :(. I wonder if it's similar to this bug?
When you get a notification it will show for maybe 20-30 seconds and then return to the watch face. Not the 10 seconds after a gesture.
How long are you waiting for the watch face to return (without touching anything)?
Gesture is off
Messagecontent is about 120sec.
After that it jumps back to messages overview with each title. There also 120 sec
Then it jumps to the watchface in highpower for actually 7 min and keep running…
Is it a hide/show problem? That would be the first time since I make Watchfaces?! Both are empty…
Have you tried CIQ watch faces from other devs? Do they have the same issue?
Yes. With PSX-6. The same behavior! Endless WF in Highpower until I touch the screen or press a button!