Has anyone had issues with transition sliding causing views to get hung up ( screen not update or update very slow )? This seems to be even more prevalent while using generic pickers.
This happens on the device and not on the sims.
Has anyone had issues with transition sliding causing views to get hung up ( screen not update or update very slow )? This seems to be even more prevalent while using generic pickers.
This happens on the device and not on the sims.
I have experienced the same with pickers, you are not alone.
Whenever I use a picker, I don't use a sliding transition because of this issue.
Yes.
At least on some devices, slide kind of slams onUpdate(), which can slow things down
Thanks for the confirmation. That's such a basic feature. The fact that it doesn't work right blows my mind.
It kind of depends on how complex your onUpdate is. If that's really simple, it should work fine.
I agree for the most part with that statement, though if using the exact code in the sample app and doing picker to picker using push view it hangs in a non-operable kind of way. This doesn't happen across the board, but does happen on a handful of watches. It also seems to potentially be based on region,
If you use SLIDE_IMMEDIATE, does this still happen?
No, if I use SLIDE_IMMEDIATE, it does not happen. ( at least on the 4 watches I have with American firmware which I'm finding out has different behavior for a lot of things )