[x] This is a bug report or an enhancement proposal.
Description
Every time I'm typing something the onChange is called successfully with an immutable object containing all the information about the current state of the mui-rte.
But there is some issue with the RTE in mobile phone, The event are getting triggered successfully on key press, also I can see the characters on the screen, but within the onChange the content is missing, unless I add a blank space or any number the word is not recognized.
I'll explain with the difference in behaviour with the help of this table.
I hope the issue is clear, on mobile I'm using the default Google keyboard on Crome Browser and the device is Android.
Also earlier I was on version - 1.29.0, and now I've shifted to latest 2.0.1, the issue is in both these versions.
Only Issue here is the value within the onChange event is not correct, otherwise the events are proper.
Checklist
Description
Every time I'm typing something the onChange is called successfully with an immutable object containing all the information about the current state of the mui-rte.
But there is some issue with the RTE in mobile phone, The event are getting triggered successfully on key press, also I can see the characters on the screen, but within the onChange the content is missing, unless I add a blank space or any number the word is not recognized.
I'll explain with the difference in behaviour with the help of this table.
฿ -> One blank space All the keys are not shown.
I hope the issue is clear, on mobile I'm using the default Google keyboard on Crome Browser and the device is Android. Also earlier I was on version - 1.29.0, and now I've shifted to latest 2.0.1, the issue is in both these versions.
Only Issue here is the value within the onChange event is not correct, otherwise the events are proper.