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

plugin:TabBadge.BadgeText <= 0 do not show badge? #77

Closed LeoJHarris closed 5 years ago

LeoJHarris commented 5 years ago

Hi there, just wondering when Badge count is 0 would it be possible if we can optionally choose whether the badge is even shown? Rather then having the badge showing with the value 0

xabre commented 5 years ago

The badge content is a string (not interpreted as int) to stay as generic as possible. You can hide the badge by setting it to null.

LeoJHarris commented 5 years ago

Thanks, that helped.