Xamarin.Plugins
Xamarin.Plugins copied to clipboard
Iconize with UWP
Please does anyone have any experience with using this on UWP. What I've tried
- Installed the nuget package
- In App.xaml.cs
Iconize.With(new FontAwesomeModule()); - In the mainpage.xaml,
xmlns:iconize="using:Plugin.Iconize.UWP" - In the body of the mainpage.xaml
<iconize:IconLabel Text="fa-users" />Result Intellisense is crying that the markup is invalid aticonize:IconLabel.
Please can anyone guide me on how to make this work. The samples project is almost empty with info
EDIT: The readME has UWP as coming soon. I guess that settles that
In Xamarin.Forms Uwp project, i am getting Payload file 'C:\Users\Admin\.nuget\packages\Xam.Plugin.Iconize.Material\1.0.10\lib\UAP10\Plugin.Iconize.Material.UWP\Assets\Fonts\iconize-material.ttf' does not exist. when i build. I hope this is because of the "coming soon" label.
Any news about it ?
Discussed here: #13