-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Greetings,
I have been trying to figure out why this strange behavior is happening.
Currently I have a popup page that works perfectly on Android but when I try to test on iOS simulator or physical device the popup does not show, instead the application seems to freeze.
var parameter = new NavigationParameters
{
{ NavigationParameterConstants.Test, "test string" }
};
await PopupNavigationService.ShowPopupAsync(nameof(TestPopup), parameter);
The weird behavior is happening when I try to use any of the PopupNavigationService methods on iOS.
@Alex-Dobrynin Have you seen this before for iOS? is there a workaround or solution for this?
Metadata
Metadata
Assignees
Labels
No labels