Xamarin.Plugins
Xamarin.Plugins copied to clipboard
Cross platform Xamarin and Windows controls and plugins
 I have tried installing the plugin for xamarin forms font awesome with prism, and there is always the same error when installing the nuget package, I already tried to...
iOS works perfectly. In the main activity of android i have added this: ``` //Iconize Plugin.Iconize.Iconize.With(new Plugin.Iconize.Fonts.FontAwesomeModule()); FormsPlugin.Iconize.Droid.IconControls.Init(Resource.Id.toolbar,Resource.Id.sliding_tabs); ``` I initiate the pages with the IconNavigationPage instead of the NavigationPage...
Whoever can assist, I am looking to get some direction on how to implement this in Xamarin.iOS projects, not Xamarin Forms. I have gotten as far as Adding the initializer...
Great plugin, loving it! In the getting started guide, it says to add this line in Android: FormsPlugin.Iconize.Droid.IconControls.Init(Resource.Id.toolbar, Resource.Id.tabs); I'm on the latest version of Xamarin / Xamarin.Forms, and it's...
### Support for Xamarin.Forms macOS Included : - IconButton - IconImage - IconLabel - IconTabbedPage - All fonts (Entypo+, FontAwesome, Ionicons, Meteocons, SimpleLineIcons, Typhoons, WeatherIcons)
I try to update Xamarin.Android packages on my project but I can't because Iconize is note compatible with the new version: ``` Severity Code Description Project File Line Suppression State...
feathericons.com or npm install feather-icons to see the set.
The icon fa.cubes is always cute when used in Android. In iOS it works fine.
Are there any instructions for setting this up in a Xamarin.Forms project targgeting UWP, iOS, and Android? I have added the NuGet packages for Xam.FormsPlugin.Iconize, Xam.Plugin.Iconize, Xam.Plugin.Iconise.EntypoPlus, Xam.Plugin.Iconize.FontAwesome, and Xam.Plugin.Iconize.Material,...
I have implemented the IconTabbedPage and it icons show for the first 4 tabs but all the tabs in the more menu don't seem to be displaying the icon. I...