XamarinTounsi
XamarinTounsi
doesn't work with xamarin 4.2
Thanks for your answer i tried with two differnets way ```` ````` ```` ```` Still not work
Ì have added this code in app.cs for UWP platform, ```` Plugin.Iconize.Iconize.With(new Plugin.Iconize.Fonts.FontAwesomeBrandsModule()); Plugin.Iconize.Iconize.With(new Plugin.Iconize.Fonts.FontAwesomeRegularModule()); Plugin.Iconize.Iconize.With(new Plugin.Iconize.Fonts.FontAwesomeSolidModule()); List assembliesToInclude = new List(); assembliesToInclude.Add(typeof(CarouselViewRenderer).GetTypeInfo().Assembly); assembliesToInclude.Add(typeof(CachedImageRenderer).GetTypeInfo().Assembly); assembliesToInclude.Add(typeof(Plugin.Iconize.Icon).GetTypeInfo().Assembly); assembliesToInclude.Add(typeof(Plugin.Iconize.Iconize).GetTypeInfo().Assembly); assembliesToInclude.Add(typeof(Plugin.Iconize.IconModule).GetTypeInfo().Assembly); assembliesToInclude.Add(typeof(Plugin.Iconize.IIcon).GetTypeInfo().Assembly); assembliesToInclude.Add(typeof(Plugin.Iconize.IIconModule).GetTypeInfo().Assembly); assembliesToInclude.Add(typeof(Plugin.Iconize.Fonts.FontAwesomeCollection).GetTypeInfo().Assembly);...
I used Xamarin V4.2.0.84 Xam.Plugin.Iconize version 3.5.1
Yes exactly 
Hello @saimel What can i do for UWP ? i add files to asset ?
Nothing appears
Still not work
after several tests, MaterialModule partially working, but i can't understand the issue ! ican't call all icons ! and when i try like this, the icon doesn't appear `````` `````````...