I'm using Draft.js
in a React.js
project. The Editor works fine on desktop browser(s) (Chrome,Firefox, IE, Edge...) but I have problem in Android device.
After I enter the first word in editor and press spacebar (on soft keyboard) the Editor lost focus & I will have to touch there again if I want to continue to type in the Editor.
This is such a very bad user experience. The Draft.js
Editor setup is nothing special, just like their example.
Anyone have same problem & have a fix please ?