You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1- create NET MAUI app
2- add prism nuget
3- try to navigate to home page using NavigationPage but app crashed
4- if i navigate without Navigation page app works fine
5- this sample project working fine on android palatform
Platform with bug
.NET MAUI
Affected platforms
iOS
Did you find any workaround?
no
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
var result = await navigation.NavigateAsync("NavigationPage/HomePage");
var result1 = await navigation.NavigateAsync("NavigationPage/MainPage/HomePage");
var result2 = await navigation.NavigateAsync("MainPage/NavigationPage/HomePage");
var result3 = await navigation.NavigateAsync("HomePage");
Description
This sample project works fine on android palatform the issue in iOS only.
1- when i used prism in navigation the app crashes if i started with home page using navigation page
2- the navigation not working if i navigate to home page from language page when click on button
if i navigated to home page without using NavigationPage/MainPage/HomePage >> the app works fine
project sample
PrismDemo.zip
Steps to Reproduce
1- create NET MAUI app
2- add prism nuget
3- try to navigate to home page using NavigationPage but app crashed
4- if i navigate without Navigation page app works fine
5- this sample project working fine on android palatform
Platform with bug
.NET MAUI
Affected platforms
iOS
Did you find any workaround?
no
Relevant log output
No response
The text was updated successfully, but these errors were encountered: