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 not showing. #47

Closed Srusti-Thakkar closed 6 years ago

Srusti-Thakkar commented 6 years ago

Hi. Thanks for making this plugin. I am using your plugin in my Application, somehow it doesn't display on android. I have used bottom navigation bar plugin for display tabbar at bottom (i .e. this). I am using following code.

This is my tabbar page code.

`<naxam:BottomTabbedPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:views="clr-namespace:Graysons.Views" xmlns:plugin="clr-namespace:Plugin.Badge.Abstractions;assembly=Plugin.Badge.Abstractions" x:Class="Graysons.Views.MainPage" xmlns:naxam="clr-namespace:Naxam.Controls.Forms;assembly=Naxam.Controls.Forms">

` Now I have separate content page and it's code is : ` 0 0,20,0,0 ........................................................................... ` How can I solve this. The issue is because of that plugin only. Without use of that plugin I can see the badge.
xabre commented 6 years ago

Same as #48