[android-developers] Re: Webview with progress and url overriding

2009-10-09 Thread Mark Murphy
cnordvik wrote: >> What makes you say that? Is your WebChromeClient object being ignored? > > Uh, well it seems like the website that I tested did a redirect so the > progress bar got a bit confused. Ah, yeah, redirects are somewhat annoying with WebView. -- Mark Murphy (a Commons Guy) http://

[android-developers] Re: Webview with progress and url overriding

2009-10-09 Thread cnordvik
> What makes you say that? Is your WebChromeClient object being ignored? Uh, well it seems like the website that I tested did a redirect so the progress bar got a bit confused. It was working great actually. Just thought the API was a bit strange with both a WebViewClient and a WebChromeClient so

[android-developers] Re: Webview with progress and url overriding

2009-10-09 Thread Mark Murphy
Chister Nordvik wrote: > Hi! > > I would like to add a Webview that both intercepts the URL clicks and > shows a progress when loading. > > URL overriding: > myWebView.setWebViewClient(new WebViewClient() { > @Override public boolean shouldOverrideUrlLoading(WebView > view, >