iOS - Scrolling behavior hides the caret when tapped at the beginning of a very long text #432
Labels
[OS] iOS
[Status] Needs iOS Dev
[Type] Enhancement
Improves a current area of the editor
Writing Flow
Scrolling behavior hides the caret when user taps at the beginning of a very long text. This happens because KeyboardAwareScrollView always focuses at the end of the selected react element. Let's dig in some more to make it scroll to the cursor instead.
The text was updated successfully, but these errors were encountered: