 Chromium Code Reviews
 Chromium Code Reviews Issue 
            10962011:
    Allow tap gestures to open the IME on Android.  (Closed)
    
  
    Issue 
            10962011:
    Allow tap gestures to open the IME on Android.  (Closed) 
  | DescriptionAllow tap gestures to open the IME on Android.
This CL allows tap gestures to cause the IME to be shown on Android
It uses the new didHandleGestureEvent of WebViewCient that was added in http://trac.webkit.org/changeset/129029
When the IME is shown, we need to receive a text input state update to ensure the IME has
the correct state. For this reason, the message to show the IME has been added as part of
ViewHostMsg_TextInputStateChanged. To this end, a new parameter has been added to UpdateTextInputState
to specify whether the updtae should cause the IME to be shown or not.
BUG=147226
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158042
   Patch Set 1 #
      Total comments: 7
      
     Patch Set 2 : nits fixed #Patch Set 3 : fix render_view_browsertest #Patch Set 4 : #
 Messages
    Total messages: 13 (0 generated)
     | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||