I have a WebView that loads a webpage with a form and would like to use the most basic keyboard possible in order to conserve screen real estate if they are using the onscreen keyboard as their input method. I would also like to disable things like word suggestions in the onscreen keyboard. Is this possible?
Share
You cannot change the input method, anywhere — only users can change their input method.
In terms of disabling search suggestions, I haven’t seen any hooks to change that behavior that are exposed from
WebView, sorry.