unoplatform / uno.extensions

Libraries to ease common developer tasks associated with building multi-platform mobile, desktop and web applications using Uno Platform or WinAppSDK.
https://platform.uno/
Other
73 stars 47 forks source link

[MSAL] Back button is not visible for WinAppSDK Packaged #2560

Open jhanvi03 opened 1 month ago

jhanvi03 commented 1 month ago

Current behavior

When a Project is created for MSAL and launching solution for WinAppSDK Packaged, the back button is not visible. The back button is visible on WebAssembly, WebAssembly IIS Express, Android. Found the issue while testing Uno.SDK & template 5.3.112 but the issue is also present with 5.3.108. Screenshot 2024-09-20 at 4 03 32 PM

Expected behavior

The back Icon should be visible for WinAppSDK ass well

Screenshot 2024-09-20 at 4 01 29 PM

How to reproduce it (as minimally and precisely as possible)

  1. Open VS
  2. Create a new uno project.
  3. From the Wizard uncheck MacCatalyst and Desktop (inorder to enable MSAL).
  4. Check MSAL from the authentication.
  5. Click on create project.
  6. Select WinAppSDK as a target solution
  7. Build the Solution
  8. Observe the missing Back Button\icon.

Environment

Nuget Package (s): Uno.SDK & Template verison: 5.3.108, 5.3.112 Package Version(s):

Affected platform(s):

Visual Studio:

Relevant plugins:

Anything else we need to know?

Found issue while testing https://github.com/unoplatform/uno.extensions/issues/2484 for https://github.com/unoplatform/private/issues/528

agneszitte commented 4 weeks ago

cc @kazo0

kazo0 commented 2 weeks ago

This may have been fixed by https://github.com/unoplatform/uno.toolkit.ui/pull/1228