Chromium Code Reviews
DescriptionMake the keyboard reappear when you tap on a text field after having dismissed the keyboard.
- the keyboard service now has a showByRequest() method that invokes Android's InputMethodManager's imm.showSoftInput with no flags set.
- the Input component calls through to the keyboard service's showByRequest() when it receives a pointer down.
R=eseidel@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/ab0e7a5fb2339db49c7baadc341f137aff87c8e0
Patch Set 1 #Patch Set 2 : Turns out you don't want the InputMethodManager.SHOW_FORCED flag set in this case. #
Messages
Total messages: 3 (1 generated)
|
|||||||||||||||||||||||||||||||||||||