-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Android, iOS, WinUI] NavigationPage.TitleView not showing #3877
Comments
I'm also experiencing this. I thought I was doing it wrong! It is also happening on Windows. |
Related |
Let me clarify - the error is not in the layout, it is not displayed at all under the android A simple project can be found here https://github.com/nevse/Maui-Tests-NavBarTitleView |
The TitleView property hasn't been ported over yet. The NavigationPage layer was rebuilt on Android/WinUI so they are pending re-implementation. |
verify repro Repro on Version 17.2.0 Preview 2.0 [32216.282.main] with the above project. |
TitleView for Windows is in review: #5293. That PR also makes the TitleView show up on Android. |
Implementation Notes
ContentControl
and it'll work perfectly. Shell and NavigationPage on WinUI are now all based on the same core code so fixing this on NavigationPage should also take care of this issue.Stretch goal
xamarin/Xamarin.Forms#4848
One of the huge frustrations with the current titleview implementation is that it's VERY difficult to center your content. One of the hopes here was to make it so the TitleView would obey the LayoutOptions specified.
Description
Not possible customize TitleView of Custom Page.
TitleView not shown.
Steps to Reproduce
Version with bug
Preview 11
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
iOS 15, Android 11
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: