This may sound a bit strange but how can I open Android's default webbrowser when a user is clicking a http-url (link) in my webview?
Is there some kind of html-tag which opens a new browser-windows and perhaps will open the default-browser instead of navigating further within the webview?
Hmm..I can't get this to work. I am unable to catch the event when a user clicks on a http_link within my webview (which originally loaded a local stored html-page).