-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Android FlyoutPage problems when FlyoutPage::Flyout is a NavigationPage. #14561
Comments
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process. |
Removed comment because it was intended for a different bug. Oops! |
Verified this on Visual Studio Enterprise 17.7.0 Preview 2.0. Repro on Android emulator (13.0-API 33) with below Project: |
We're experiencing the same issue with the latest .net 8 release. @Keflon I wonder if you were able to find a workaround for this issue? |
@vecalion Unfortunately not. I've tried making my own |
We're experiencing the same issue with the latest .net 8 release. |
@PureWeen , is there any workaround for this? I face the same issue in Android (phone only) where a back button appears on the Detail page. This is a huge blocker for my migration from XForms. Would appreciate if this could be prioritized. |
is this issue still open? no workaround today? |
Description
MauiFlyoutBug
Putting a navigation stack into a FlyoutPage Flyout property causes a few problems.
Repro:
iOS and WinUI
Both platforms add a 'back button' within the flyout and things work as expected.
Android
FlyoutPage.Content
pageFlyoutPage.Flyout
page but it is not.flyout.IsPresented = true;
is not respected.Found it!
Steps to Reproduce
Link to public reproduction project repository
https://github.com/Keflon/MauiFlyoutBug
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Latest
Did you find any workaround?
Don't reference a NavigationPage in FlyoutPage::Flyout.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: