-
Notifications
You must be signed in to change notification settings - Fork 743
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] ComboBox does not work inside ContentDialogs #7285
Comments
Thanks for the report this is a duplicate of #2533. Can you validate that the workaround provided there works for you ? |
@jeromelaban That does not appear to have any effect. I did: protected override void OnLaunched(LaunchActivatedEventArgs e)
{
#if __ANDROID__
Uno.UI.FeatureConfiguration.Popup.UseNativePopup = false;
#endif
// rest of launch init...
} Is that correct? |
1 sec, Xamarin is just being buggy and launching the previous version anytime I try to debug or run it. |
Alright, seems to be good now :) |
Problem now is that when the popup is opened it doesn't scroll the popup list to the currently selected item in the combo box, it just opens to the start of the list, but I'll open another issue for that. |
Current behavior
Clicking on the
ComboBox
to bring up the popup with the list of items does not work when it is inside aContentDialog
.Expected behavior
No response
How to reproduce it (as minimally and precisely as possible)
Put a
ComboBox
inside aContentDialog
and notice it does not work.Workaround
No response
Works on UWP/WinUI
Yes
Environment
No response
NuGet package version(s)
Uno.UI 3.11.0-dev.290
Affected platforms
Android
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: