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
Is your feature request related to a problem? Please describe.
We have event SKLottieView.AnimationFailed but we always show EventArgs.Empty in here. Better if user can know the reason why their lottie file is failed to load
Describe the solution you'd like
AnimationFailed event should have reason why they are failed. Maybe event args with exception emitted?
Describe alternatives you've considered
Maybe we can also just add Console.Writeline() but I think it is better if we have reason animation failed emitted from AnimationFailed event
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We have event
SKLottieView.AnimationFailed
but we always showEventArgs.Empty
in here. Better if user can know the reason why their lottie file is failed to loadDescribe the solution you'd like
AnimationFailed
event should have reason why they are failed. Maybe event args with exception emitted?Describe alternatives you've considered
Maybe we can also just add
Console.Writeline()
but I think it is better if we have reason animation failed emitted fromAnimationFailed
eventThe text was updated successfully, but these errors were encountered: