devopsinthecloud
devopsinthecloud copied to clipboard
iOS 11 and later, textViewDidHaveTextPastedIn callback does not contain pasted text in text view
Generally HKWTextViewDelegate method textViewDidHaveTextPastedIn
gets called when text is pasted and textView have pasted data.
In iOS 11.0 and later, textViewDidHaveTextPastedIn method gets called but text view does not contain pasted text.
Please see attached video for more details.