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

[WASM/Skia] NavigationBar doesn't render when used with C# Markup #900

Closed
kazo0 opened this issue Nov 2, 2023 · 1 comment · Fixed by #902
Closed

[WASM/Skia] NavigationBar doesn't render when used with C# Markup #900

kazo0 opened this issue Nov 2, 2023 · 1 comment · Fixed by #902
Labels
kind/bug Something isn't working

Comments

@kazo0
Copy link
Contributor

kazo0 commented Nov 2, 2023

Using NavigationBar with C# Markup just displays the default ContentTemplate of the implicit TextBlock for the NavigationBar.

run dotnet new install Uno.Templates::5.0.13
 

Using markup

dotnet new unoapp -preset recommended -markup csharp -o NavBarMarkup

image

Using xaml

dotnet new unoapp -preset recommended -markup xaml -o NavBarMarkupXaml

image
@kazo0 kazo0 added the kind/bug Something isn't working label Nov 2, 2023
@kazo0
Copy link
Contributor Author

kazo0 commented Nov 3, 2023

This is not specific to C# Markup, a simple XAML page where we initialize a NavigationBar in the code-behind and add it to the Page Content will have the same result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant