Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Badge Issue in Other Page #8

Open
Monikaprime opened this issue Apr 5, 2019 · 5 comments
Open

Badge Issue in Other Page #8

Monikaprime opened this issue Apr 5, 2019 · 5 comments

Comments

@Monikaprime
Copy link

I’m facing problems on Android. The badge is shown only on the first page .
When navigating to another page from main page, the badge isn’t displayed too.

@eliyasbaby
Copy link

i am also facing same issue.if i change the tab i am loosing the count on toolbar item

@brjichkar-ezest
Copy link

brjichkar-ezest commented Jul 4, 2019

I am also facing same issue.Do we have any solution or workaround?

@ghost
Copy link

ghost commented Nov 3, 2019

@rdelrosario I have used your library to display badge counter on toolbaritem.

Sample Project:
https://drive.google.com/file/d/1c-AfysNr3hnrnb2yplkuewUSMoCFv9-j/view?usp=sharing

Badge counter is working with Content Page but when you are working with tabbed page, badge counter is not working.

When you click on Second Tab in the sample project, badge count is not reflecting.

Please let me know if you have any solution.

@AbdellahMobiArchitects
Copy link

When using tabbed page the ToolbarItem on the other tab doesn't get updated

@cadu-absistemas
Copy link

in my case I define the Badge in the OnAppearing method of the home page, so every time the page is rendered, the Badge is set:

protected override void OnAppearing()
{
DependencyService.Get().SetBadge(this, ToolbarItems.First(), "10", Color.Red, Color.White);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants