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

How to completely hide the back button from the title bar? #22

Closed
tinodin opened this issue Jan 15, 2025 · 1 comment
Closed

How to completely hide the back button from the title bar? #22

tinodin opened this issue Jan 15, 2025 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@tinodin
Copy link

tinodin commented Jan 15, 2025

How can I completely hide the back button from the title bar?
Adding: IsBackButtonVisible="False" to the titlebar used to work but doesn't anymore, it still appears as soon as you go to another page.

@ghost1372
Copy link
Owner

ghost1372 commented Jan 15, 2025

Hi @tinodin
Thank you for your report and suggestion.
This happens because of the JsonNavigationService.
I fixed it by introducing a new overload.

Normally, the button visibility will be done automatically, if you want to control it yourself, set the second parameter to false.

service.ConfigureTitleBar(titleBar, false);

You can use this feature in the next version.

596bea7

@ghost1372 ghost1372 added bug Something isn't working enhancement New feature or request labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants