Xamarin.Plugins icon indicating copy to clipboard operation
Xamarin.Plugins copied to clipboard

Cross platform Xamarin and Windows controls and plugins

Results 70 Xamarin.Plugins issues
Sort by recently updated
recently updated
newest added

Setting the BackgroundColor or the BorderColor for an IconButton does not work for me. ``` public App() { var tabbedPage = new TabbedPage(); tabbedPage.Children.Add(new ContentPage { Title = "Controls", Content...

bug

I added an icon to my toolbar but it does not appear, throughout the application it works, even in the toolbar.

My code is here for reference : https://github.com/PrintsCharming/AppZed Getting the same error with either Typicons or Iconic (the only ones I've tried so far)... This is pretty much a start...

I've been attempting to get IconToolbarItem to play nicely with FreshMVVM.. When run on iOS (Xamarin Forms), I am getting the following exception > Could not initialize an instance of...

I try to use IconTabbedPage on IOS but I have this error: > Could not initialize an instance of the type 'UIKit.UIImage': the native 'initWithContentsOfFile:' method returned nil. > It...

Hi, How can i use icon toolbar item in master detail page? Thanks.

Hi, when i set both icon and text on a IconToolbarItem on Android, when a page is shown, I can see the text for a moment and after it will...

The last release for this project was back in 2016. Since then a lot of new icons have been added. Any ETA for the next release especially for those who...

Would really appreciate a more detailed documentation. Ive seen other people comments asking. Looks awesome but not easy to use...

Hello, At first, thank you for your work. I'm using IconToolbarItem in my application. It works well but the icon color is black by default. How can I tell Iconize...