Modal Popup from App.cs on Android does not navigate modally.... #2665
Unanswered
johng1492
asked this question in
Xamarin.Forms
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found the weirdest bug with Prism. From a push notice (using CrossPushNotification), I am trying to have a popup from App.cs to a modal dialog and pass some parameters. Simple, right? Weirdly, on iOS, it works perfectly. On Android, if I set the dialog to popup modally, it loads the constructor but doesn't call OnNavigatedTo like iOS does and how the entire rest of my app works. Have worked weeks on this and it works from a non App.cs file on Android as expected. Anyone else bump into this anomaly?
Beta Was this translation helpful? Give feedback.
All reactions