Hello, I am working on shared project.
I am trying to open a page automatically when some conditions meet. for that i use MessagingCenter
. when I try to push a page using PushModalAsync
, sometimes control doesn't come back to the next line written next to it.
Also I can't change it to PushAsync
because my code is almost written and I am not able to change this to whole project(I am using MainPage as rootpage instead of navigation page.). This thing is fully functional in android. I have issue in iOS
Also, This thing doesn't happen everytime. sometimes intended page opens easily.
Attaching sample project here. It demonstrates the basic structure of my app and how I manage to open page via messaging center.
Thank you