Re: [android-developers] How to prevent webview click through to Google Maps?

2011-12-05 Thread TreKing
On Thu, Dec 1, 2011 at 2:21 PM, elsigh els...@gmail.com wrote: Is there a way for me to prevent that? Capture the geo intent or something like that? IDK, but I'd look at http://developer.android.com/reference/android/webkit/WebViewClient.html and see if any of those methods are called when

[android-developers] How to prevent webview click through to Google Maps?

2011-12-02 Thread elsigh
I have a WebView app, and in my app there's an address string like: div b1022 Cole Street/b San Francisco, CA /div I have a JS listener for clicks on that DIV, but it looks like Android is intercepting it and taking me to Google Maps for that address. Is there a way for me to prevent that?