I'm working on a widget and in the initial widget view's InputDelegate onNextPage handler I call pushView but the system does not do the transition animation (sliding). It just shows the pushed view.
Is this supposed to work?
Thx,
Pete
I'm working on a widget and in the initial widget view's InputDelegate onNextPage handler I call pushView but the system does not do the transition animation (sliding). It just shows the pushed view.
Is this supposed to work?
Thx,
Pete
It may be happening fact enough you can't really see it on some devices, Also, unless the widget is started from a glance, you won't see onNextPage in the main view
You are right. It's too fast on the simulator but on the actual Venu SQ it does animate. Weird. Thx