Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dismissPopover does not work in iOS 14 #1181

Closed
dostrander opened this issue Sep 16, 2020 · 1 comment
Closed

dismissPopover does not work in iOS 14 #1181

dostrander opened this issue Sep 16, 2020 · 1 comment
Assignees
Labels

Comments

@dostrander
Copy link
Contributor

In iOS 14 there is no UIDimmingView that can be detected to dismiss a popover.

There is a _UITouchFallbackView which we can use to tap and dismiss a popover view.

@dostrander dostrander added the Bug label Sep 16, 2020
@dostrander dostrander self-assigned this Sep 16, 2020
dostrander added a commit to dostrander/KIF that referenced this issue Sep 16, 2020
dostrander added a commit to dostrander/KIF that referenced this issue Sep 16, 2020
dostrander added a commit that referenced this issue Sep 17, 2020
Fix Issue #1181 - `dismissPopover` does not work on iOS 14
@dostrander
Copy link
Contributor Author

Fixed with #1182

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant