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

MessageInputBar hides and reappears slowly when QLPreviewController is dismissed using the swipe gesture. #234

Open
Zulqarnayn opened this issue Jun 20, 2022 · 0 comments
Labels

Comments

@Zulqarnayn
Copy link

Describe the bug
When QLPreviewController is dismissed using the swipe gesture, MessageInputBar hides and reappears slowly.

To Reproduce

  1. Tap on the keyboard
  2. Present a photo using QLPreviewController ( modalPresentationStyle = .fullScreen )
  3. dismiss QLPreviewController by swipe gesture
func presentQLPreviewController() {
    let controller = QLPreviewController()
    controller.modalPresentationStyle = .fullScreen
    controller.dataSource = self
    self.present(controller, animated: true)
}

Expected behavior
InputBarAccessoryView should show immediately.

Screenshots
issue

Environment

  • What version of InputBarAccessoryView are you using? - 6.1.0
  • What version of iOS are you running on? - iOS 15.5
  • What version of Swift are you running on? - Swift 5
  • What device(s) are you testing on? Are these simulators? - iPhone / iPad
  • Is the issue you're experiencing reproducable in the example app? - Yes
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

2 participants