Hi guys,
We have an app setup here: 3 fragments and there is a circular gauge on each fragment.
The problem is:
1. When the first fragment is loaded and displayed to user, the pointer animation in that fragment is played.
2. After the user navigates to the second fragment, the gauge on that fragment is not showing the animation. The needle pointer just points to the value without any animation played.
3. User navigates to the first fragment. No animation either. (the animation on the first fragment was played when the fragment is shown to user the first time)
We dispose and recreate the gauge when the fragment is loaded and shown.
Any suggestion to fix the problem? Or this is a known issue?
Thanks,
Ric