how can I open a link in a webView (on a local file) in external browser? -



how can I open a link in a webView (on a local file) in external browser? -

i have webview opened local file asset on it.

then, when clik on link opennig local file asset, unfortunately, new file replace, , not open in external browser.

i want sec file opened in external browser.

how can that.

edit :

i have html file in asset named list.html. in html file there 20 links refer 20 html files in assets. want open list.html file in webview. then, when click on 20 links in file, links opened in external browser, not replace list.html file.

start new activity , invoke web browser application , pass url it.

startactivity(new intent(intent.action_view, uri.parse(url)));

this might help, haven't test it.

webview

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -