DescriptionTrigger compositionstart/end on commitText
On Android, OSK may not accompany keycode when composing text.
Currently, when OSK calls InputConnection#commitText(), web developers can
only see key events for COMPOSITION_KEY_CODE without the delta change.
By replacing commitText() by setComposingText() and finishComposingText(),
we can notify developers of this delta change.
BUG=577967
Patch Set 1 #
Total comments: 4
Patch Set 2 : change commitText instead #
Messages
Total messages: 9 (2 generated)
|