inputStyle: textarea on mobile makes selection impossible (you cannot select text).
inputStyle: contenteditable on mobile (with the keyboard up) scrolls the cursor into view even with autoScroll: false and autoCursor: false.
Notice that I'm trying to scroll but can't, it keeps scrolling the cursor back in. This is the demo page.

inputStyle: textareaon mobile makes selection impossible (you cannot select text).inputStyle: contenteditableon mobile (with the keyboard up) scrolls the cursor into view even withautoScroll: falseandautoCursor: false.Notice that I'm trying to scroll but can't, it keeps scrolling the cursor back in. This is the demo page.