I want to open a google search with a keyword from a textbox. The link is somewhat looks like this
http://www.google.com.vn/#hl=vi&output=search&q= + keyword
Then I call the mWebView (WebView object) with the following code:
mWebView.loadUrl(link);
after this point, the webview appears (I put it in a popupwindow) with the google page (not the result of query above). I don’t know what wrong with this.
Try something like,
If its not working then post your link url..