Xam.Shell.Badge icon indicating copy to clipboard operation
Xam.Shell.Badge copied to clipboard

A small plugin to ease the use of badges on Shell Bottom Bars

Results 4 Xam.Shell.Badge issues
Sort by recently updated
recently updated
newest added

**Steps to Reproduce** 1. Create new project with tabs 2. Add badge for one tab 3. Bind tab title with [xct:Translate](https://learn.microsoft.com/en-us/xamarin/community-toolkit/extensions/translateextension) 4. Change localization **Example** [test project](https://github.com/lesha724/xamarin-shell-badge) ```xaml ``` ![Screenshot_1675097188](https://user-images.githubusercontent.com/8524434/215542779-8963a247-ddd1-47a9-b16f-bcb426debdad.png)...

if we have more than 5 tabs, then badges are displayed only for the first four ``` ``` ![Screenshot_1669114910](https://user-images.githubusercontent.com/8524434/203300625-c051a3d5-9e98-45eb-a7bc-6a971d1d063d.png) ![Screenshot_1669114915](https://user-images.githubusercontent.com/8524434/203300631-883fd763-c1ed-4303-8360-3153eff00a89.png)

enhancement

Hi, I am currently using the badge on the bottom tabs in iOS and Android - is it possible to make the badge work on top tabs also? Or do...

enhancement

Hi, There seems to be a breaking change with iOS 15. If you run the sample project, you'll get this: ![image](https://user-images.githubusercontent.com/33980667/140638673-a2cf0348-edcc-4e49-ac77-31a94e830cd4.png) It's not honoring the text color or the background...

bug