This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] PushModelAsync Does not work in iOS #14099
Labels
a/navigation
a/shell 🐚
s/needs-info ❓
A question has been asked that requires an answer before work can continue on this issue.
s/unverified
New report that has yet to be verified
t/bug 🐛
Description
I have the following code:
await Shell.Current.Navigation.PushModalAsync(new NavigationPage( new NoCreditsPage(modalMessage))).ConfigureAwait(true);
This code will display the indicated page in a modal window on android devices, but on iOS it never fires and the modal screen never appears.
Steps to Reproduce
Expected Behavior
The page that is navigated to, should appear on iOs devices like it does on Android.
Actual Behavior
Nothing happens, the page does not show.
Basic Information
Environment
Show/Hide Visual Studio info
Build Logs
Screenshots
Reproduction Link
Workaround
The text was updated successfully, but these errors were encountered: