-
Notifications
You must be signed in to change notification settings - Fork 1.9k
FlyoutPage IsGestureEnabled not working on Android #21240
Copy link
Copy link
Labels
area-controls-flyoutpageFlyoutPageFlyoutPagegood first issueGood for newcomersGood for newcomersplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-flyoutpageFlyoutPageFlyoutPagegood first issueGood for newcomersGood for newcomersplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
In the Maui FlyoutPageSample, you can try adding IsGestureEnabled="False"
And swiping to show the flyout page still works.
Steps to Reproduce
Load the FlyoutPageSample in the maui samples.
In AppFlyout.xaml, you can add IsGestureEnabled="False"
Start the app. Try to swipe to open the FlyoutPage and it still works.
Link to public reproduction project repository
https://github.com/dotnet/maui-samples/tree/main/8.0/Navigation/FlyoutPageSample
Version with bug
Unknown/Other
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
All Android versions
Did you find any workaround?
I created a handler for FlyoutPage that maps IsGestureEnabled to
Relevant log output