-
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
Custom FlyoutIcon visible although FlyoutBehavior set to disabled on Android an IOS #9037
Comments
One more thing I noticed now: a custom flyouticon replaces even the backbutton. Don´t think this is intended. |
We've moved this issue to the Future milestone. This means that it is not going to be worked on for the coming release. We will reassess the issue following the current release and consider this item at that time. |
Verified this issue with Visual Studio Enterprise 17.8.0 Preview 1.0. Can repro on iOS and android platform. |
@jfversluis @Zhanglirong-Winnie @FM1973 I could also replicate this bug on both Android and iOS. Here's the PR of the fix that I propose: #20087 |
)" This reverts commit cab0da5.
)" This reverts commit cab0da5.
* Hide FlyoutIcon when FlyoutBehavior set to disabled (#9037) * Added a UITest * Revert "Hide FlyoutIcon when FlyoutBehavior set to disabled (#9037)" This reverts commit cab0da5. * Fixes * Update Issue20166.cs * Added pending snapshots * Added a test category * Renamed test --------- Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
Description
When I add a custom FlyoutIcon to shell, the icon is visible on a page although I´ve set Shell.FlyoutBehavior="Disabled" on the page and inside shellContent.
This happens on Android (v12 in my case) and iOS (15 in my case).
When you toch the icon on iOS, nothing happens...
When you do the same an Andoid an error occurs (No drawer view found with gravity LEFT).
When I remove the custom icon, all works as expected (hamburger menu not being displayed).
Steps to Reproduce
Expected: The custom flyout icon should not be displayed on pages with Shell.FlyoutBehavior="Disabled"
Actual outcome: The custom flyout is being displayed on pages with Shell.FlyoutBehavior="Disabled"
Version with bug
6.0.400
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
iOS 15, Android 12
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: