When I display a WebView, I don\'t see the soft keyboard popping up. The hard keyboard also doesn\'t work!
WebView
What are the usual shortcomings.
The
one line answer and it is working nicely
// define webview for browser wb = (WebView) findViewById(R.id.webView1); wb.requestFocusFromTouch();
where wb is my object of webView
webView