Currently, the keyboard is dismissed but the caret remains at the beginning of the paragraph.
The keyboard should stay visible and the cursor should be at the end of the pasted content
Related PR that may be affecting this issue: https://github.com/wordpress-mobile/gutenberg-mobile/pull/629
Thanks @hypest !
There are a few things going on in this issue that I'd like to separately identify.
\n (newline).Here are some steps to reproduce:
"Paragraph 1.\n\nParagraph 2.\n").Expected result:
Actual result:
Screencast:

A simpler case of this issue exists for pasting inline content as well.
Here are some steps to reproduce:
Expected result:
Actual result:
Screencast:

Updated the title to reflect that the issue (caret staying at the start of the pasted text) is not platform specific.
This issue has been resolved, seemingly by a combination of PRs that move selection logic to Gutenberg, and to a "higher level". :tada: