Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Prevent double dismiss of modal view controller when webview opens image picker on iOS #951

Merged
merged 1 commit into from
Jun 12, 2017

Conversation

hartez
Copy link
Contributor

@hartez hartez commented May 31, 2017

Description of Change

Work around an iOS bug where a UIWebView presented modally calls dismiss twice after presenting a UIDocumentMenuViewController, which leaves the UIImagePickerController (or whatever else it's displaying) without a connection to the view hierarchy.

No UI tests - can't reliably handle the permissions issues on the test devices.

Bugs Fixed

API Changes

None

Behavioral Changes

None

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard
  • Consolidate commits as makes sense

Copy link
Member

@StephaneDelcroix StephaneDelcroix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rmarinho rmarinho merged commit 3a00720 into master Jun 12, 2017
jimmgarrido pushed a commit to jimmgarrido/Xamarin.Forms that referenced this pull request Jun 21, 2017
@rmarinho rmarinho deleted the fix-bugzilla44500 branch June 22, 2017 10:47
@samhouts samhouts added this to the 2.3.0 milestone Jun 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants