how to create badge in tabbedpage ?
It works fine on my side , check my sample
@fajarhadian1 check this link : https://github.com/xabre/xamarin-forms-tab-badge
<TabbedPage.Children> <views1:Page2 Title="Page 2"/> <views:NewOrderView /> <views:OnProcessOrderView Title="Diproses" badgeView:TabBadge.BadgeText="7" /> <views:DeliveryOrderView Title="Dikirim" badgeView:TabBadge.BadgeText="9" badgeView:TabBadge.BadgeColor="Red" badgeView:TabBadge.BadgeTextColor="White"/> </TabbedPage.Children>
nothing happen
Answers
@fajarhadian1 check this link : https://github.com/xabre/xamarin-forms-tab-badge
nothing happen
It works fine on my side , check my sample