uno.extensions icon indicating copy to clipboard operation
uno.extensions copied to clipboard

[Navigation][URL] Address bar route not being respected

Open eriklimakc opened this issue 6 months ago • 0 comments

Current behavior

When navigating to a specific URL using the address bar, the application fails to display the expected content hierarchy. For example, when entering the URL http://localhost:5000/Main/Second, the application is supposed to show the "Main" page with the "Second" page nested within it. However, currently, only the "Second" page is displayed, bypassing the "Main" page entirely.

https://github.com/user-attachments/assets/3e0b561c-a940-4e4e-86af-c60244b61c49

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

WasmUrl.zip

Environment

Nuget Package (s):

Package Version(s):

Affected platform(s):

  • [ ] iOS
  • [ ] macOS (AppKit)
  • [ ] Mac Catalyst
  • [ ] Android
  • [X] WebAssembly
  • [ ] Windows
  • [ ] Skia (WPF)
  • [ ] Skia (GTK on Linux/macOS/Windows)
  • [ ] Skia (Linux Framebuffer)
  • [ ] Build tasks

Visual Studio:

  • [ ] 2019 (version: )
  • [X] 2022 (version: )
  • [ ] Visual Studio Code (version: )
  • [ ] Rider Windows (version: )
  • [ ] Rider macOS (version: )

Relevant plugins:

  • [ ] Resharper (version: )

Anything else we need to know?

eriklimakc avatar Aug 01 '24 10:08 eriklimakc