Vincent Toegel

Results 11 comments of Vincent Toegel

> > > I have made the corrections and opened a pull request #732. > Now we will have to sit and wait for the Yalantis developers to see and...

I concur with dreadlordrider, in my test getPWM() method does return only random numbers before the first call to setPWM() and thereafter returns only 0.

Just for info, maybe it helps as a workaround: I expirienced the same issue on iOS (SKLottieView loaded but did not play animation since it stopped before the first frame)....

@gabsamples6 i could only provide an example for Maui community toolkit popup. There the workaround works for sure. I am unfortunately not using mopups for the time being. Rgds Vinc

@gabsamples6 Please find an example here: https://github.com/VToegel/MauiLottiePopupExample.git Works for me on windows, android and iOS. Please also read through the readme for some tips. Reds Vinc

I bind the lottiesource from the viewmodel, but IsAnimationEnabled is always set from code behind. But basically it should also work using a binding. I think its a timing issue...

For Info: I got the lottieview to work on iOS when compiled on a MAC build host. I commented my solution here: https://github.com/mono/SkiaSharp.Extended/issues/142#issuecomment-1364180669 Rgds Vinc

@vhugogarcia I tested it on windows and it does work too. Rgds Vinc

Lotties on popups still work with my workaround of async init: https://github.com/mono/SkiaSharp.Extended/issues/142#issuecomment-1364180669 The problem is the timing in lottie instantiation. Please test. Rgds

Same problem here. If I change the display version away from 1.0 the build fails with NetSDK1005. Nuget and Dotnet restore does not work.