Monday, March 12, 2012

Re: [android-developers] Handling Redirects in Android WebView

Redirects are handled via a WebViewClient and
shouldOverrideUrlLoading(), as are clicks on ordinary links.

On Sun, Mar 11, 2012 at 3:54 AM, Rao <nidleksrao@gmail.com> wrote:
> Hi,
>
> I am developing a android application, Within the application I am
> trying to Load a URL using WEBVIEW. Afer i submit the data in the
> opened webpage, it gets redirected to some other URL. My requirement
> is to get the complete Redirected URL within my android application.
>
> I didnt see any events/ API methods which can be used to notify URL
> Redirect.
>
> Are there any way to listen for URL redirects within my application
> and then retrieve the URL.
>
> Thanks
> Rao
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.7 Available!

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

No comments:

Post a Comment