xabre / xamarin-forms-tab-badge

Xamarin Forms bindable Tab badges for iOS, Android, UWP, MacOS and WPF
MIT License
307 stars 75 forks source link

Last Badge item not updating until tab is selected #75

Closed LeoJHarris closed 5 years ago

LeoJHarris commented 5 years ago

Hi there,

Im currently experiencing what appears to be a bug, when I load my application all the badges update correctly except for the last badge in the tab pages. When I select any tab from the bottom then the badge updates

Im using FreshMVVM framwork

and setup in the page:

plugin:TabBadge.BadgeText="{Binding MaintenanceCount}"

See below (not until a tab is selected does the tab actual display correctly the tab text value):

ezgif com-video-to-gif

LeoJHarris commented 5 years ago

So the ViewIsAppearingMethod is not being called on the last tab so suspect its an issue with with FreshMVVM or XF.

Closing for now