LottieXamarin icon indicating copy to clipboard operation
LottieXamarin copied to clipboard

Lottie.Forms AnimationView on ListViewItem disappeared after page navigation

Open LITTOMA opened this issue 4 years ago • 0 comments

🐛 Bug Report

AnimationView on ListViewItem disappeared after page navigation

Expected behavior

AnimationView stay on the right place.

Reproduction steps

  1. Create a Xamarin.Forms project.
  2. Add Lottie.Forms package.
  3. In the MainPage.xaml, add a ListView.
  4. In the ListView, add DataTemplate containing a Lottie AnimationView.
  5. Add another page that can be navigated from the MainPage by any method.
  6. Run the app. At the first time we can see the AnimationView. Then navigate to the second page and go back. The AnimationView just disappeared.

Configuration

Version: 4.0.11

Platform:

  • [x] :iphone: iOS
  • [x] :monkey: Xamarin.Forms
  • [ ] :robot: Android
  • [ ] :checkered_flag: WPF
  • [ ] :earth_americas: UWP
  • [ ] :apple: MacOS
  • [ ] :tv: tvOS

LITTOMA avatar Dec 13 '21 09:12 LITTOMA