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'm developer of MPowerKit.Popups library. And one of the users of this library experiencing an issue, when he has lottie animation in that popup and tries to open popup and the animation is not started for the first opening. but if user closes popup and open again the animation is started. Other views being rendered in the popup as expected all the time
There is workaround that forces to start lottie animation in the codebehind of the popup, that works, but it is ugly. Shortly, you can add the lottie animation view to the view tree from the codebehind after task delay. that code is below
Description
I'm developer of MPowerKit.Popups library. And one of the users of this library experiencing an issue, when he has lottie animation in that popup and tries to open popup and the animation is not started for the first opening. but if user closes popup and open again the animation is started. Other views being rendered in the popup as expected all the time
There is workaround that forces to start lottie animation in the codebehind of the popup, that works, but it is ugly. Shortly, you can add the lottie animation view to the view tree from the codebehind after task delay. that code is below
Related issues:
MPowerKit/Popups#1
#264
Code
Expected Behavior
The animation started each time user opens the popup
Actual Behavior
The animation is not being started for the first time, after closing the popup and opening again the animation is being started.
Basic Information
iOS- didn't test
Reproduction Link
LottiePopupTest.zip
The text was updated successfully, but these errors were encountered: