Hello,
Generally, for cross-platform UI classes, we use handlers for handling on MAUI, please refer to Handlers.
For FlyoutPage
, its corresponding handler is FlyoutViewHandler
.
However, in my tests, I found that setting the width still doesn't work for Android and Windows platforms, and MAUI hasn't implemented this handler for iOS. Here is the source code: FlyoutViewHandler.iOS.cs.
Therefore, it is more recommended to post your issue on GitHub to make our product group aware of it, or use Shell.Flyout
to implement this feature.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.