I am facing a problem with Prism NavigateAsync method which sometimes doesn't navigate on my Xamarin.Forms ios project but android is working fine, can you let me know what could be the reason of having such weird behavior? Below is my code sample for this method:
await _navigationService.NavigateAsync("Page", null, false, false);
I am using Prism Content page.