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 Aug 14, 2019. It is now read-only.
I believe the solution involves overriding the next responder in the text view when the menu is displayed. So, listening for UIMenuControllerDidShowMenuNotification and UIMenuControllerDidHideMenuNotification and setting the next responder to nil (in the text view) when the menu is displayed. I'll look for the code and add it to this project, I did it sometime ago but can't really remember where.
While the keyboard is still up, clicking on any message (to copy) would close the keyboard.
AKA when the keyboard is up users can't copy any message.Steps to reproduce:1. Bring up the keyboard2. Try to copy any messageThe text was updated successfully, but these errors were encountered: