-
Notifications
You must be signed in to change notification settings - Fork 27
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
[SampleApp] NavigationBar isn't showing back button in sample app #545
Comments
This looks to be expected for non-mobile platforms right now as we are not defining a MainCommand with an Icon: Lines 17 to 34 in e38ebad
We can simply add one for And I need to double check but I believe I cannot just use a |
@kazo0 yes, it's definitely possible to bundle assets now, in the same way bundling fonts is supported. |
We should bundle a scaled PNG asset (or can we bundle an SVG and have resizetizer do its magic?? @nickrandolph / @pictos ) |
For the library we should package scaled assets to avoid a dependency on Resizetizer |
Currently working on #321 which should solve this as well |
Current behavior
In the NavigationBar pages in the Sample app, the Back button isn't showing when running the WinUI target
Expected behavior
Back button should work
How to reproduce it (as minimally and precisely as possible)
Run the WinUI target for the sample app in this repository
Go to NavigationBar
Click on Show Sample button
Click Navigation to Second Page button
No back button visible but it is there if you click on where the back button should be
Environment
Nuget Package:
Package Version(s):
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: