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
{{ message }}
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
Hi Dan, I am using the Prism bug template to submit this bug. I took some time to debug the issue on my own. It appears that when a Dialog is show to confirm whether the user wants to navigate back or not, the go back navigation fails when the value is positive. The dialog closes but the override in DoPop in PopupPageNavigationService returns a null page instead of the current page. This leads goback to fail with the default GoBackException in Prism which asks about modal or not.
I made a sample app to reproduce the issue. It
Steps to Reproduce
Load the app in android.
Navigate to ViewA using the displayed button.
Hit the goback button or the hardware goback button.
Confirm that you want to navigate back.
Observe that the backward navigation never occured.
Expected Behavior
Navigate back to the MainPage
Actual Behavior
Stays in the current page
Basic Information
Version with issue: Prism 8.1.97, Prism.Plugin.Popups 8.0.76
Description
Hi Dan, I am using the Prism bug template to submit this bug. I took some time to debug the issue on my own. It appears that when a Dialog is show to confirm whether the user wants to navigate back or not, the go back navigation fails when the value is positive. The dialog closes but the override in DoPop in PopupPageNavigationService returns a null page instead of the current page. This leads goback to fail with the default GoBackException in Prism which asks about modal or not.
I made a sample app to reproduce the issue. It
Steps to Reproduce
Expected Behavior
Navigate back to the MainPage
Actual Behavior
Stays in the current page
Basic Information
Screenshots
Reproduction Link
TestBug.zip
The text was updated successfully, but these errors were encountered: