XamarinTounsi

Results 9 comments of 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 ![issue](https://user-images.githubusercontent.com/52005714/66820797-a0ba7e00-ef41-11e9-8bcc-885c14b58d8a.png)

Hello @saimel What can i do for UWP ? i add files to asset ?

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 `````` `````````...