Uno.Themes icon indicating copy to clipboard operation
Uno.Themes copied to clipboard

NavigationView with Material Style has no Settings Button

Open nickrandolph opened this issue 2 years ago • 4 comments

Current behavior

Using NavigationView with Material theme results in no Settings Button

image

Expected behavior

There should be a settings button unless IsSettingsVisible is false

image

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?

nickrandolph avatar Jul 12 '22 16:07 nickrandolph

Also missing FooterItems

HavenDV avatar Jul 22 '22 08:07 HavenDV

Maybe fixed, will need to check.

agneszitte avatar Sep 18 '23 17:09 agneszitte

This seems fixed, but NavigationView when open causes a blackish rectangle for some reason that collapses it when clicked. This happens with all themes. image

ramezgerges avatar Oct 30 '23 07:10 ramezgerges

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.

ramezgerges avatar Oct 30 '23 11:10 ramezgerges