yeah, but how do tell if it's a redirect? On Monday, March 12, 2012 4:14:29 AM UTC-7, Mark Murphy (a Commons Guy) wrote: > > Redirects are handled via a WebViewClient and > shouldOverrideUrlLoading(), as are clicks on ordinary links. > > On Sun, Mar 11, 2012 at 3:54 AM, Rao <[email protected] <javascript:>> > 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 > > [email protected]<javascript:> > > To unsubscribe from this group, send email to > > [email protected] <javascript:> > > 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 [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

