It seems that there is an issue with the Android Soft Keyboard ( sample ). It works weird when I try typing some letters from ABC keyboard then some special characters like apostrofe ('), quotation (") and some others. In practice it removes the ABC characters by pressing those special characters, and appends them to the end of the characters as soon as I press the next alphabetical characters.
Question:
- a) If you have this keyboard operational on your device could you please give it a try and let me know if that also happens on yours?
- b) If the issue is actual, what are the suggestions to resolve that?
An example sentence: You'll be fine Where it creates the problem between "You" and "ll"
- Type: You
- Use 123? button to switch to the other keyboard
- Then type: apostrofe mark (')
- Use ABC button to switch to the alphabetical keyboard
- Then type: ll
What I see in the text field in each step (Steps 3 and 5 depict the unusual behavior):
- You
- You
- '
- '
- 'Youll
I'm specious that the issue comes from the keyboard's suggestion making functionality since only the newly typed characters are misplaced if you keep typing other alphabetical characters and include new special characters in between.