Skip to content
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

FlyoutPage bottom showing extra Space issues #27330

Open
Nilesh15-alt opened this issue Jan 24, 2025 · 1 comment
Open

FlyoutPage bottom showing extra Space issues #27330

Nilesh15-alt opened this issue Jan 24, 2025 · 1 comment

Comments

@Nilesh15-alt
Copy link

Description

I used the FlayoutPage to a TabbedPage and SideMenuPage. also i create custom TabbedPage it's show proper but flyout page showing the bottom view extra space in Android

Maui Version :- 8.1

Actual behaviour

Image

Expected behaviour

The added image is a FlyoutPage removing the extra white space.

Steps to Reproduce

Create new Maui project
Add new Xaml-Page
Add FlyoutPage to the newly created page
Add new another Xaml-Page and TabbedPage and SideMenuPage to the newly created page
Add a TabbedPage and SideMenuPage to the FlyoutPage and add FlyoutLayoutBehavior = FlyoutLayoutBehavior.Popover by code

        FlyoutLayoutBehavior = FlyoutLayoutBehavior.Popover;
        Detail = new MainTabbedPage
        {
            BarTextColor = AppColorResources.white.ToColor(),
            MasterPage = this
        };
        Flyout = new SideMenuPage();

Link to public reproduction project repository

No response

Version with bug

8.0.100 SR10

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

No response

Did you find any workaround?

No response

Relevant log output

@Nilesh15-alt Nilesh15-alt added the t/bug Something isn't working label Jan 24, 2025
Copy link

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants