You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OnNavigatedTo on MapsUIPage.cs is never called when visiting from MapPage.cs via Shell navigation and always called when visiting from all other pages.
click MapsUI Map item in menu - OnNavigatedTo is not called when visiting from that MAUI Map page (MapPage.xaml)
Reproduction video (the breakpoint should be triggered on every navigation to the page but was only triggered when navigating from the "Scan bluetooth devices" page).
Description
OnNavigatedToon MapsUIPage.cs is never called when visiting from MapPage.cs via Shell navigation and always called when visiting from all other pages.Reproduction project:
AndroidBluetoothBeaconTest.zip
Steps to Reproduce
Reproduction video (the breakpoint should be triggered on every navigation to the page but was only triggered when navigating from the "Scan bluetooth devices" page).
repro.mp4
Version with bug
7.0 (current)
Last version that worked well
7.0 (current)
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android 12
Did you find any workaround?
no
Relevant log output
No response