Skip to content

SfPopup (and all controls that internally use a SfPopup) does not support MAUI embedding #301

@rafal-tt

Description

@rafal-tt

Description

.NET MAUI native embedding is not supported by SfPopup and all picker controls.

Steps to Reproduce

  1. Download official native embedding sample: https://learn.microsoft.com/en-us/samples/dotnet/maui-samples/platformintegration-nativeembedding/
  2. In OnCounterClicked() in NativeEmbeddingDemo/MyMauiContent.xaml.cs` add popup opening code, ie:
            var popup = new SfPopup();
            popup.Show();
  1. 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions