-
Notifications
You must be signed in to change notification settings - Fork 114
Description
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.