Hi,
We are currently facing an issue with the UITextView which added in UITableviewCell. The scrolling does not work properly for text inside a text field on iOS 14 when we have a large text in the text view.
We are using a UITextView to compose a message in our app. When there is a long text in the UITextView and the user scrolls and moves the cursor somewhere else, the cursor moves but the scrolling does not happen properly. We were able to verify that the issue does not occur on iOS 13.x with our implementation or the default mail app.
I have seen something similar on the default mail app as well on iOS 14.
Please fix this quickly
We are currently facing an issue with the UITextView which added in UITableviewCell. The scrolling does not work properly for text inside a text field on iOS 14 when we have a large text in the text view.
We are using a UITextView to compose a message in our app. When there is a long text in the UITextView and the user scrolls and moves the cursor somewhere else, the cursor moves but the scrolling does not happen properly. We were able to verify that the issue does not occur on iOS 13.x with our implementation or the default mail app.
I have seen something similar on the default mail app as well on iOS 14.
Steps to reproduce
Open the mail and start typing a new message.
Add a text that is long enough such that view becomes scrollable.
Seek to the bottom of the text.
Scroll to the top of the text view and tap anywhere in the text.
Current Behavior
The UITextView scrolls irregularly and does not scroll to the cursor in the text.Expected Behavior
The textview should be scrolled to the location of the cursor.Please fix this quickly