Closed toussam closed 4 years ago
Hi @softlion ,
Would you have some time to review our issue ? :)
Will look
Hi @softlion ,
Any update ? ;)
Best regards,
try yo set isasync to false. sometimes xamarin forms has issues refreshing a ui zone asynchronously.
I am not sure what you are referring to... Are you talking about the SvgImage's IsLoadAsync ?
The only thing I could find about an IsAsync property is a WPF one using through the binding system.
Yes IsLoadAsync sorry
Setting it to False or True is not changing anything.
Another idea maybe ?
Hi Benjamin,
I know that you must be very busy, but could you help me with this issue ?
I thank you in advance for everything !
Command won't work inside a listview item, because of the way gestures are handled in xamarin forms. This is not a XamSvg issue. Use DebugListView.ItemTapped instead.
Hi Benjamin, :)
Description
As you know, we are using your component and we noticed an issue that may be related to it.
To summarize our situation, we created a custom control on which we binded some data thanks to the BindableProperties. Inside this control, we set an SVG that is selectable and when it's the case, a part of the file must fill itself.
Everything is working fine except when we are using the custom control into a ListView's DataTemplate. Indeed, some items are not correctly display (must be filled, but aren't).
Steps to Reproduce
I created a sample to reproduce the related issue. Into this last one, you will find a simple ListView displaying a .SVG file (a star) by using a custom control. I tried to display the svg with another component and it worked fine.
Basic Information
Version with issue:
Last known good version: Unknow
IDE: Visual Studio Community 2017, v15.8.4
Reproduction Link
Sample.zip
I thank you in advance for everything and wish you a great week !