Skip to content

Popup page not showing on iOS #27

@AnthonyLatty

Description

@AnthonyLatty

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

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