You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a popup is opened from a modal page wrapped in a NavigationPage, the background turns grey and _popupService.ClosePopupAsync(Shell.Current) stops working. See the screen recording:
The popup’s behavior shouldn’t differ from opening it from any other page or from a modal that isn’t wrapped in a NavigationPage. In other words, the background should behave normally, and _popupService.ClosePopupAsync(Shell.Current) should work without issues.
Steps To Reproduce
Open and run the repro project
Tap on the second button - Open Modal (NavigationPage) - BUG