[android-developers] WebView, WebViewClient and links

2011-09-15 Thread Ori Harel
Do I need to implement my own WebViewClient in order for my WebView to handle common links like geo:, tel: and mailto:? Can't the WebView handle it on it's own? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] WebView, WebViewClient and links

2011-09-15 Thread TreKing
On Thu, Sep 15, 2011 at 2:15 AM, Ori Harel ori.ha...@gmail.com wrote: Do I need to implement my own WebViewClient in order for my WebView to handle common links like geo:, tel: and mailto:? Can't the WebView handle it on it's own? Create a page with the aforementioned link types, load it in

Re: [android-developers] WebView, WebViewClient and links

2011-09-15 Thread akanksha maggo
no...it won't handle on its own.you have to pas the intent in the OverrideUrlLoading() On Thu, Sep 15, 2011 at 10:22 PM, TreKing treking...@gmail.com wrote: On Thu, Sep 15, 2011 at 2:15 AM, Ori Harel ori.ha...@gmail.com wrote: Do I need to implement my own WebViewClient in order for my