-
-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add Folder image in Xamarin Forms (PCL) #48
Comments
Hi. I have same problem. Please Help. |
Hi @paradisehuman, I solved temporarily as follows:
OnElementPropertyChanged method
I hope this can help you. |
@golo98 Thank you for your help. But unfortunately a gray circle is showed me instead of the images. Where must be image folder in Android project ? In the root ? and what is the Images build action? |
@paradisehuman, on android project, the lottie animation file and the images subfolder resides in the Assets folder, on the iOS project the lottie animation and the respectives images I put in the root project folder. |
@golo98 I put Images in Assets folder and images build action is AndroidAssets and nothing has changed ! |
myanimation.json, is the lottie animation and the "images" subfolder in Assets contains the respectives images.
|
@golo98 My problem was solved. my after effect project had problem. I replace another project and it works like a charm. Thank you . |
@martijn00 is there any reason we can't have an "ImagesFolderPath" property on the animation view itself? |
Hi, in a Xamarin Forms App (PCL), how to add the images folder in android and ios projects to lottie animation?
Thanks in advanced.
The text was updated successfully, but these errors were encountered: