-
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
[Android] ListView ContextActions don't show up in modal page #21261
Labels
area-controls-modal
platform/android 🤖
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Comments
ninachen03
added
s/verified
Verified / Reproducible Issue ready for Engineering Triage
s/triaged
Issue has been reviewed
labels
Mar 18, 2024
I have the same issue with Visual Studio 17.11.0 Preview 2.1 |
One more regression and known unfixed bug in MAUI. |
samhouts
removed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
s/triaged
Issue has been reviewed
labels
Jul 3, 2024
For those who don't want to get stuck on this bug, here is a ListView class that works in modal. All context menus appear in a DisplayActionSheet. It's not optimal but it works.
|
samhouts
added
s/verified
Verified / Reproducible Issue ready for Engineering Triage
s/triaged
Issue has been reviewed
labels
Jul 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-controls-modal
platform/android 🤖
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Description
I have a ListView with ViewCell as base in the DataTemplate. The ViewCell has ContextActions. The ListView is part of a page that is shown with
Navigation.PushModalAsync
. On Android, the context actions don't show up in the NavigationBar.Steps to Reproduce
await this.Navigation.PushModalAsync(new NavigationPage(new ModalPage()));
as button action on the main pageLink to public reproduction project repository
https://github.com/DanielGramsJTL/MauiModalContextActions
Version with bug
8.0.7 SR2
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
Android 13
Did you find any workaround?
No.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: