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

[Feature] Flyout page support #14

Open
BurkusCat opened this issue Oct 3, 2023 · 1 comment
Open

[Feature] Flyout page support #14

BurkusCat opened this issue Oct 3, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@BurkusCat
Copy link
Owner

BurkusCat commented Oct 3, 2023

Is your feature request related to a problem? Please describe.
Flyout pages haven't been properly tested. A very basic flyout page probably works but they haven't been explored yet. They need tested out with the existing framework and well thought out changes need to be made to improve their functionality with this library.

Describe the solution you'd like
An analysis needs done to find out what should happen, but a good way to navigate (potentially requiring #1 first) to different pages within flyouts and to leave flyouts would be good.

Describe alternatives you've considered
N/A

Proposed APIs

// INavigationService
void SwitchFlyoutDetail<T>() // this swaps out the current detail page with this new one

void PushFlyoutDetail<T>() // this pushes an additional page on top of the current detail

Additional context

  • Does SelectTab need updated to be able to search within Flyouts?
@BurkusCat BurkusCat added enhancement New feature or request help wanted Extra attention is needed labels Oct 3, 2023
@BurkusCat BurkusCat pinned this issue Oct 3, 2023
@BurkusCat
Copy link
Owner Author

I wonder if this fix: dotnet/maui#18451 helps this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant