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

BackButtonBehavior IsVisible="False" does not hide the back button on iOS #23424

Closed
acaliaro opened this issue Jul 4, 2024 · 3 comments · Fixed by #23466
Closed

BackButtonBehavior IsVisible="False" does not hide the back button on iOS #23424

acaliaro opened this issue Jul 4, 2024 · 3 comments · Fixed by #23466
Assignees
Labels
fixed-in-8.0.70 fixed-in-9.0.0-preview.7.24407.4 platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working

Comments

@acaliaro
Copy link

acaliaro commented Jul 4, 2024

Description

if I use

    <Shell.BackButtonBehavior>
        <BackButtonBehavior IconOverride="ico_back.png" IsVisible="False" />
    </Shell.BackButtonBehavior>

The back button is not hide

Steps to Reproduce

1- open and run the project
2- press "popup problem!!!!" button
3- on the new page, the back button is visible

Link to public reproduction project repository

https://github.com/acaliaro/MauiBackButtonBehaviorIsVisibleProblem

Version with bug

8.0.60 SR6

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS 17.3 iphone 12

Did you find any workaround?

No response

Relevant log output

No response

@acaliaro acaliaro added the t/bug Something isn't working label Jul 4, 2024
Copy link
Contributor

github-actions bot commented Jul 4, 2024

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@kevinxufei kevinxufei added platform/iOS 🍎 s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Jul 4, 2024
@kevinxufei
Copy link

This issue has been verified using Visual Studio 17.11.0 Preview 2.1(8.0.61 & 8.0.60 & 8.0.40). Can repro on iOS platform with sample project.

@bappitybup
Copy link

bappitybup commented Jul 4, 2024

I'm having this issue with the Android platform.
Visual Studio 17.10.3 (stable release afaik), net 8

@kubaflo kubaflo self-assigned this Jul 4, 2024
kubaflo added a commit to kubaflo/maui that referenced this issue Jul 6, 2024
PureWeen added a commit that referenced this issue Jul 6, 2024
* Shell BackButtonBehavior improvement (#23424)

* Update ShellPageRendererTracker.cs

* CR comments resolved

* - snapshots

---------

Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
@github-actions github-actions bot locked and limited conversation to collaborators Oct 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-8.0.70 fixed-in-9.0.0-preview.7.24407.4 platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants