Apparently there are no editboxes or anything which needs a keyboard on the webpage either.
and this dos'nt work either even on user interaction event.
public void onUserInteraction()
{
super.onUserInteraction();
InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(webView.getWindowToken(), 0);
}
This is the log from logcat.