BurkusCat / Burkus.Mvvm.Maui

A simple MVVM framework for .NET MAUI. It provides: navigation, lifecycle events, parameter passing, native dialog abstractions, and testability.
MIT License
27 stars 5 forks source link

[Bug] Platform specific back button doesn't trigger OnNavigated events #46

Closed BurkusCat closed 10 months ago

BurkusCat commented 11 months ago

Describe the bug When I press the back button, it doesn't trigger the navigation events.

To Reproduce Steps to reproduce the behavior:

  1. Push a new page
  2. Press the WinUI back button.
  3. Observe that OnNavigatedTo is not called on the original page.

Expected behavior Platform back buttons should trigger events

Screenshots N/A