I am new in Android and I am trying to open a Link in webview using this code
and in this HTML page contains some links and I want that when user click that link should be open in same webview, at this point its opening in mobile browser, please give me appropriate solution.. Thanks. | |||
You need to add WebViewClient to your WebView in order to open it in the WebView. Something like
| ||||
Try remove @Overrideand an put it after loadurl This work for me...
| |||
default
.
stackoverflow.comm
No comments:
Post a Comment