unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.88k stars 717 forks source link

ComboBox doesn't open inside a ContentDialog #1583

Closed davidjohnoliver closed 4 months ago

davidjohnoliver commented 5 years ago

Current behavior

Expected behavior

How to reproduce it (as minimally and precisely as possible)

Environment

Nuget Package:

Package Version(s):

Affected platform(s):

Visual Studio

Relevant plugins

Anything else we need to know?

davidjohnoliver commented 5 years ago

Fixed for WASM by #1566. Not working on Android, not tested on iOS.

e-leoni commented 3 years ago

Same problem for me in Android. How can I solve it?

jeromelaban commented 3 years ago

Android currently uses native popups, which prevents this from working properly. You can change this by setting this flag to false: https://github.com/unoplatform/uno/blob/4821fbe7f39634bb87cbcf9c973fc7b52e8741e4/src/Uno.UI/FeatureConfiguration.cs#L224

e-leoni commented 3 years ago

@jeromelaban I set Uno.UI.FeatureConfiguration.Popup.UseNativePopup = false; in Onlaunched and it works. Thank you very much for help me. Do you know a way to show HTML formatted text into a textbox?

MartinZikmund commented 4 months ago

Native popups are not used anymore, so this can be closed.