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

Badge is drawn on the wrong tab #59

Closed NPadrutt closed 4 years ago

NPadrutt commented 5 years ago

I have a Tabbar with a bottom placement and two pages with a badge counter on them. When a push notification comes in the counter shall be increased for the activity tab.

screenshot_20181107-123801

Now is the counter set, but on the wrong tab as you can see above. Actually the birthday page doesn't have any counter at all and the counter is correctly removed when navigating away from the activity page.

That seems to be an issue with the new implementation to support the bottom placement. When I have it in the default placement it works as expected.

screenshot_20181107-124530

xabre commented 5 years ago

@NPadrutt can you reproduce this with the sample app? Or send a simple code sample which can reproduce this issue?

NPadrutt commented 5 years ago

@xabre I'll try to create a sample. We have it when a push notification is received which is a very bad example to share ^^

xabre commented 4 years ago

Closed because of age