Badge icon indicating copy to clipboard operation
Badge copied to clipboard

Results 8 Badge issues
Sort by recently updated
recently updated
newest added

is there any chance we will get MAUI support?

I tried the library on Huawei Mate 8 with no luck. It was working on Samsung devices! Any fix I can do? Appreciate any help or insights.

I created very simple app by installing this library and done the configurations as mentioned. But, seems it does not work on android emulator. I tried with Google pixel and...

I tried to set badgge on my Xiaomi device but it didn't work on xamarin.Android

I try to use the plugin in a new Project using Xamarin.Android and it works for me. But if I try to use Xamarin Forms, the plugin won't work. I...

bug

When I run this code in a UWP project I get an exception. Please advise. ``` Device.BeginInvokeOnMainThread( () => { try { if( number == 0 ) CrossBadge.Current.ClearBadge(); else CrossBadge.Current.SetBadge(...

bug

In Xamarin.Forms, It's only working on UWP. Not woking on Android and iOS. Please check???

duplicate

Hi was trying to add a badge when my app receives notification. Everything works fine untill I go to task manager and kill the process. Then I get the notification...