Send autocapitalize flags to the Android virtual keyboard based on Blink hints.
This changes the behaviour of AdapterInputConnection to pass a InputType.TYPE_TEXT_FLAG_CAP_* based on the WebTextInputFlags.Autocapitalize* instead of doing it purely based on the element's type. This CL requires the following Blink CL: https://codereview.chromium.org/995363002 BUG=466930 Review URL: https://codereview.chromium.org/1003143002 Cr-Commit-Position: refs/heads/master@{#322414}
Showing
Please register or sign in to comment