Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Navigation Title view is not getting displayed with .net 8.0 on Andriord and IOS #3107

Open
RAMESHKUMAR502 opened this issue Mar 20, 2024 · 2 comments

Comments

@RAMESHKUMAR502
Copy link

Description

I have added an Navigation TitleView for an page but the TitleView is not getting displayed on the page.a

Steps to Reproduce

Added the Sample with Prism
1.launch the Application
2.Login Page is displayed -we have added Naviagtion Navigation TitleView with label and Image
3.TitleView is displayed as white

The Sample and Two Pages 1. Splash page and 2.Login Page

when we launch the Application from Splash page to the login page is navigated.
Mauiprism.zip

Platform with bug

.NET MAUI

Affected platforms

iOS, Android

Did you find any workaround?

No

Relevant log output

No response

@mohammedmsadiq
Copy link

mohammedmsadiq commented Mar 21, 2024

i am facing the same issue will implementing navigation the ui and commands aren't working correctly. also gobackroot command and goback command not firing

@peter-70
Copy link

peter-70 commented May 13, 2024

For my .NET MAUI App I use Prism 9.0.401.20976 and call the following: await this.navigationService.GoBackAsync(parameters).
As a result, an exception is thrown: "Cannot GoBack from NavigationPage Root".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants