You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
🐒 Xamarin.Forms
The text was updated successfully, but these errors were encountered:
luisrr1590
changed the title
Lottie animation randomly shows or not in Popup while using nuget version 2.10
Lottie animation randomly shows or not in Popup while using nuget version 2.1.0
Nov 17, 2022
🐛 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:
The text was updated successfully, but these errors were encountered: