Xamarin.FFImageLoading SVG seems to not be working on Android 11 & 12.
For example, when I do Android Target to 11 Version, setting the SVG on Embedded Resource, with this code:
<ffimageloadingsvg:SvgCachedImage HeightRequest="12" Source="resource://DemoApp.Assets.Images.svgImage.svg" BackgroundColor="Transparent" Aspect="Fill" HorizontalOptions="FillAndExpand" VerticalOptions="Start"/>
This SVG works fine except on Android 11 & 12.
Could anyone please help to figure out why it's not showing on Android 11 & 12?