Change the input source of form fields in webview

Is there any way to change the input source of the text fields of web pages in webview? Instead of popping up an Android keyboard, I want to give input of my own displayed keyboard to fields in Webview.

+1
android android-edittext webview
Feb 17 '16 at 19:09
source share

No one has answered this question yet.

See similar questions:

52
Soft keyboard is not displayed in input field in WebView

or similar:

2735
Stop EditText from getting focus when starting Activity
1207
Strange memory issue when loading image into Bitmap object
927
You must use Theme.AppCompat (or child) theme with this action
703
How to avoid reverse engineering an APK file?
614
Where can I find Android source code on the Internet?
551
How to make Android Spinner with the initial text "Select One"?
434
How to hide underline in EditText
314
Android emulator doesn't use keyboard - SDK rev 20 tools
142
Android WebView: handling orientation changes
2
Capturing input element selection inside Android webview



All Articles