JSCodeRun icon indicating copy to clipboard operation
JSCodeRun copied to clipboard

iPhone text editor autoscrolls to top when input is long

Open mtacchino opened this issue 7 years ago • 0 comments

When the TextInput is overflowed and scrollable, scrolling jumps to where the cursor is at the top of the input

To Reproduce:

  1. Enter enough text to have the TextInput scrollable
  2. Scroll to the middle of the TextInput
  3. Type anything

The input will scroll unexpectedly

Expected: There should be no scrolling in this situation

mtacchino avatar Oct 07 '17 10:10 mtacchino