I'm using WebView#loadUrl() to load page inside my app. Unfortunately,
the original URL redirects to some other URL and that 2nd redirect
(302) basically opens external browser and loads final page into it. I
really don't want to do anything with the page I'm loading and don't
want to add any code e.g. load page with HttpClient and use
WebView#loadDataWithBaseURL since then I have to deal with relative
vs. absolute URL
BTW - I don't think that it's JS that breaks out of original WebView,
it seem to be a byproduct of redirect. How can I stay within the
original WebView?
--~--~---------~--~----~------------~-------~--~----~
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