Hi, I've tried to run some of the sample projects that come with the SDK (2.2.6) on my watch (FR235 1.4.1), and I found some odd behaviors.
Specifically, I ran the 'Drawable' sample project (it's a widget) on the simulator and everything went smoothly.
I could see the small cloud moving from one corner of the screen to the other, thanks to the Ui.animate(...) API.
However, compiling and executing the same widget on my watch yielded a different result, i.e., the animation did not work and the small cloud did not move.
Searching in the forum, it seems that some people had similar issues in designing watchfaces, where entering and exiting sleep mode is clearly defined.
How about apps and widgets?
What am I missing?
Thanks!