Hey.
My company purchased the XamSvg plugin in the hopes that we could get over the png-hell it normally is to develop for mobile.
I've followed the instructions in the "Get started" and the samples that follows the package, but i can't make it work on WP via Xamarin.Forms (which there isnt a sample for in the package).
I've tried referencing XamSvg.Shared and XamSvg.Universal (like there is in the Windows Phone 8.1 sample in the package which is not a Xamarin.Forms project) but that doesnt work.
I've tried referencing to XamSvg.Shared and XamSvg.XamForms (which works in iOS and Android - but there's not platform-specefic dll like XamSvg.XamForms.Droid.dll and XamSvg.Droid.dll) - this doesnt work either.
I've tried included XamSvg.Shared, XamSvg.Universal, XamSvg.XamForms, XamSvg - doesnt work.
If anyone has made XamSvg work on all 3 platforms in a Xamarin.Forms project please help me.
Edited:
I Should add that it doenst throw any exceptions, but simply doesnt show the SvgImage-controls