-
Notifications
You must be signed in to change notification settings - Fork 18
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
Gif not working under Android #5
Comments
@msrockswell can you upload the gif image? Or you can create a sample demo which can reproduce this issue. I have test the Sample.Droid demo in the source code, it works. |
@microspaze thanks for your answer. Which NET version are you using with your Sample.Droid demo? |
Sample.Droid demo can be run on both net7.0-* and net8.0-*. |
I'm having the same issue using Should I provide a sample repo? |
@Pantheas & @msrockswell Maybe your project's targeting android api is too old. Which version of android api do you use in your project? You can try to update the android api version to try if this issue is fixed. |
I'm targeting API level 34 with a minimum API level of 29 |
@Pantheas & @msrockswell Can you test the MauiGifApp demo? I still can't reproduce your problem. |
I only get the error the first time the page is loaded.
|
@Pantheas it seems you put the documents_sorting.gif in a wrong folder or the gif file's build action is not MauiImage. Can you double check its placement and build action? |
|
Now it works on .NET 7. NuGet Update 1.1.3 & csproj None Remove gif. Thx |
Description
Gif (Animation) not working under Android. iOS worked
Steps to Reproduce
<maui:CachedImage
Source="spinner.gif">
Expected Behavior
Actual Behavior
Basic Information
Screenshots
Reproduction Link / Code
The text was updated successfully, but these errors were encountered: