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 was archived by the owner on May 15, 2024. It is now read-only.
If you swipe down the MediaPicker.PickPhotoAsync on iOS to cancel the modal dialog, the ViewController is dismissed and the user is navigated back to the applications root page.
Steps to Reproduce
Open the PickPhoto modal dialog on iOS
Swipe down to cancel
Expected Behavior
The modal shall close just in the same way as if Cancel were pressed and the application shall be able to handle the result.
Actual Behavior
The modal is closed and the user is navigated back to the root page.
Swipe down to close the modal dialog shall work in the same was as if you are pressing Cancel and trigger the same code.
Description
If you swipe down the MediaPicker.PickPhotoAsync on iOS to cancel the modal dialog, the ViewController is dismissed and the user is navigated back to the applications root page.
Steps to Reproduce
Expected Behavior
The modal shall close just in the same way as if Cancel were pressed and the application shall be able to handle the result.
Actual Behavior
The modal is closed and the user is navigated back to the root page.
Swipe down to close the modal dialog shall work in the same was as if you are pressing Cancel and trigger the same code.
Basic Information