Have a webview on activity, i need the keyboard always shown on the page regardless of the input (May not input on some page).
Also the keyboard should not be hidden when user press button or any click event.
I tried below options (tried with all flag types) but couldn't find one.
InputMethodManager inputManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
inputManager.toggleSoftInput (InputMethodManager.SHOW_FORCED, InputMethodManager.RESULT_SHOWN);