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

both projects have the following error `2>D:\3rdPartyRepos\Xamarin.Plugins\Iconize\Samples\Iconize.FormsSample.UWP\Iconize.FormsSample.UWP.csproj : XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'System.Runtime.dll' 2>C:\Program Files (x86)\Windows Kits\10\bin\10.0.14393.0\XamlCompiler\Microsoft.Windows.UI.Xaml.Common.targets(259,5): Xaml Internal Error error WMC9999: Type universe...

When I use in IconLabel FontSize="{DynamicResource FontSize16}" base renderer after dynamic change of fontsize change FontFamily also, so OnElementPropertyChange is invoked but with e.PropertyName equals "Font" so method UpdateText in...

Setting BorderWidth to 0 does not seem to remove the border. It is still visible. The tooltip says setting it to a non-zero value should produce a visible border, so...

After install the last version of the Plugin on my XF Solution all my REST calls stop working, revert the installation resolves the problem,

Any plans for MacOS support in Xamarin.Forms? // EDDY

Could not install package 'Xam.Plugin.Iconize.Ionicons 1.0.10'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', but the package does not contain any assembly references or content...

I've noticed that FontAwesome 4.7 didn't have any references/mapping in the FontAwesome collection. This weekend I hope I could make a PR for it, so we could have FA4.7 :)...

Hey! Is there a way to convert or get the image or image source from a IconImage after setting the Icon, IconColor and sizes? What I need is to use...

Potential use case: toggling between `fa-caret-right` and `fa-caret-down` when using `iconize:IconLabel` on accordion style lists, prevents neighboring title from jumping.

I needed this an option so quickly hacked this together with meets my needs, feel free to use or destroy. I have not done a iOS version but people should...