rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 336 forks source link

Lottie animation randomly shows or not in Popup while using nuget version 2.1.0 #750

Open luisrr1590 opened 1 year ago

luisrr1590 commented 1 year ago

🐛 Bug Report

I have a popup page that I use to show a Lottie animation when loading something. Previously it was working fine while in nuget version 2.0.0.7, but after updating the nuget to 2.1.0 a weird behavior in which the animation randomly shows or not is happening.

Went back to version 2.0.0.7 and every worked as expected, but as soon as I update the problem comes back.

Expected behavior

Animation shows in popup.

Reproduction steps

Create a popup page with only a Lottie AnimationView.

do a PopupNavigation.Instance.PushAsync() of the page.

Tested with nuget version 2.0.0.7 and 2.1.0

Platform: