xamarin-forms-tab-badge icon indicating copy to clipboard operation
xamarin-forms-tab-badge copied to clipboard

Xamarin Forms bindable Tab badges for iOS, Android, UWP, MacOS and WPF

Results 26 xamarin-forms-tab-badge issues
Sort by recently updated
recently updated
newest added

Xamarin Exception Stack: System.NullReferenceException: Object reference not set to an instance of an object at Plugin.Badge.Droid.BadgedTabbedPageRenderer.OnTabAdded (System.Object sender, Xamarin.Forms.ElementEventArgs e) [0x00087] in :0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+c.b__7_0 (System.Object state) [0x00000] in :0...

bug
pr welcome

In my scenario I have a few tabs that I want to slap badges on, but only after I have fetched the data using an asynchronous dependency service. I fetch...

bug
pr welcome

Hello congratulations for this excellent library. is it possible to increase the size of the badge?

enhancement

Add Support for the new shell navigation

enhancement
up for grabs

i cant get this to work through binding. but static number works, see below my implementation (xaml file) (ViewModel) public override void OnAppearing() { var result = await this.notificationService.GetNotificationCount(); this.Count...

On Android, when removing or adding a tab, the badges are on the wrong tabs. It seems it is only with bottom tab placement. I have recreated this issue with...

bug
pr welcome

I need to test this scenario: I have a reference to a tab bar menu in my App.xaml.cs so I can display badges from all over the app calling by...

Font size does not work properly for all platforms: - [ ] Android - [ ] iOS - [ ] UWP - [ ] Mac

enhancement

Would be potentially usefull to change the badge colors for the selected tab.

enhancement

I have modify your sample to first start on a page with a button. When we click on the bouton it launches the tabbed page In this case, the tab...

bug
wontfix