-
Notifications
You must be signed in to change notification settings - Fork 30
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
Comments
i am also facing same issue.if i change the tab i am loosing the count on toolbar item |
I am also facing same issue.Do we have any solution or workaround? |
@rdelrosario I have used your library to display badge counter on toolbaritem. Sample Project: 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. |
When using tabbed page the ToolbarItem on the other tab doesn't get updated |
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() |
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.
The text was updated successfully, but these errors were encountered: