Closed brett-macisaac closed 3 days ago
This issue has been verified using Visual Studio 17.12 Preview 5(8.0.93 & 8.0.82 & 9.0.0-rc.2.24503.2). Can repro this issue on android platform.
Hi @brett-macisaac it is the desired behaviour. Currently MAUI doesn't let you place the Flyout below a navigation bar, so the animation for drawer icon has been turned off. Normally, when it is turned on it follows Android native's behaviour of transforming hamburger menu into arrow and vice versa. And because of the fact that Android shows arrow when drawer is opened the issue you pointed out is not a bug. Check this video to see how it works with the animation on:
https://github.com/user-attachments/assets/3b3d1ea4-c83d-46ec-b0af-849a96e89eb5
@jfversluis @PureWeen I think it should be marked as not planned?
Thanks @kubaflo that makes sense, I didn't realise that was the native behaviour. It does look a little strange without the animation though. It's a very minor detail though so there's definitely more important areas to focus on.
@kubaflo (or anyone else) if you find some time could you please check out the other issue that I opened?
Closing this as a not an issue.
Description
When the flyout initially appears, the hamburger icon is replaced with a 'back' icon. This can be seen if the flyout menu isn't completely opaque (see below).
Steps to Reproduce
Link to public reproduction project repository
https://github.com/brett-macisaac/maui_flyout_bug
Version with bug
9.0.0-rc.2.24503.2
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android 14
Did you find any workaround?
The issue can't be seen if the flyout menu's background colour is opaque, although this may go against your app's design.
Relevant log output