1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 09:52:16 -05:00
k-9/k9mail
m0viefreak 46f74bd11c WebView: Open links in external Browser
1a20ca06f1 connected a WebViewClient
to the WebView. But as soon as a client is connected, the WebView
stops handling links itself and tries to display everything on
its own.

Override shouldOverrideUrlLoading() and replicate what Android's
default WebView does if no WebViewClient is connected to work
around this.

This fixes #587.
2015-03-26 02:27:10 +01:00
..
src WebView: Open links in external Browser 2015-03-26 02:27:10 +01:00
build.gradle Merge branch 'pgp_mime_preparations' 2015-03-16 16:14:45 +01:00