Description
.NET MAUI native embedding is not supported by SfPopup and all picker controls.
Steps to Reproduce
- Download official native embedding sample: https://learn.microsoft.com/en-us/samples/dotnet/maui-samples/platformintegration-nativeembedding/
- In
OnCounterClicked() in NativeEmbeddingDemo/MyMauiContent.xaml.cs` add popup opening code, ie:
var popup = new SfPopup();
popup.Show();
- Run app and click a "Click me" button
Expected result: Popup will show
.NET Version
.NET 9.0
Version with bug
1.0.7
Is this a regression from previous behavior?
No, this is a new issue
Last Known Working Version
1.0.6
Affected platforms
iOS, Android, I was not able test on other platforms, macOS
Affected Platform Versions
iOS18, Android 14
Have you found a workaround?
No
Relevant log output