Skip to content

SfPopup not working on a Modal page on iOS Platform #319

@generic823

Description

@generic823

Description

SfPopup (including custom controls derived from it) fails to appear on iOS when the parent page is presented modally using Shell.Current.Navigation.PushModalAsync().
The exact same implementation works correctly on Windows.

Expected Behavior
The popup should display normally on iOS, just as it does on Windows, even when the parent page is shown modally.

Actual Behavior
On iOS, the popup never appears.
No exception is thrown, and the page remains visible but without the popup.

Steps to Reproduce

You can produce using the linked GitHub sample, or just try to display a popup on a modal page using an iOS 26.1 device.

Repo Sample: https://github.com/generic823/SfPopup-not-Working-on-Modal-page.git

.NET Version

.NET 10.0

Version with bug

1.0.7

Is this a regression from previous behavior?

Not sure, haven't tested other versions

Last Known Working Version

1.0.6

Affected platforms

iOS

Affected Platform Versions

iOS 26.1

Have you found a workaround?

No I have not.

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions