Moving to the end of a word (from inside the word)@1.1
In an existing contenteditable with “Hello World” in it, putting the cursor here Hell|o then cursor once to the right using the hardware keyboard (because there are no arrow keys on virtual keyboard).

Chrome (Desktop)

Safari (Desktop)

Firefox (Desktop)

Android API 28

Android API 27

Android API 26

not in screenshot data is null or undefined

Android API 25

Android API 24

Android API 23

iOS 11.4

Interestingly, iOS did not capture any events with cursor keys including keydown or keyup using the Simple DOM contenteditable but did capture events in Reat-managed contenteditable.

Here is the React-managed contenteditable data…