Uno.Themes
Uno.Themes copied to clipboard
NavigationView with Material Style has no Settings Button
Current behavior
Using NavigationView with Material theme results in no Settings Button
Expected behavior
There should be a settings button unless IsSettingsVisible is false
How to reproduce it (as minimally and precisely as possible)
Create new application using unoapp dotnet new template Add NavigationView Run - this will show the settings button Add project reference to material package Add Material resources in app.xaml. Run - navigation view will not have a settings button
Environment
Nuget Package:
Package Version(s):
Affected platform(s):
- [ ] iOS
- [ ] Android
- [ ] WebAssembly
- [ ] UWP
- [ ] MacOS
Anything else we need to know?
Also missing FooterItems
Maybe fixed, will need to check.
This seems fixed, but NavigationView when open causes a blackish rectangle for some reason that collapses it when clicked. This happens with all themes.
This seems to be a problem with SplitView
's LightDismissLayer
. When the width is resized, that layer goes away. I couldn't investigate further, but the dismiss layer should not be showing up on NavigationView
.