Hi,

I'm trying to set my own progress bar to my WebView, I successfully
tried creating my own class "MyWebView" which creates a progress bar
in the constructor and then sets a new WebViewClient which has an
overriden "onPageFinished" to terminate the progress bar.

The problem is that using that new WebViewClient for some reason
disables the handling of URIs like SCHEME_GEO, SCHEME_TEL, etc.

When I don't call setWebViewClient on my WebView it, for instance,
opens a map if I click on an address.
Is there a way of keeping that feature while changing the
onPageFinished function?

Thanks,
Mor.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to