[android-developers] Re: WebView - disallow breaking out

2009-09-21 Thread droidin.net
Jason - I do want to redirect. What I also want is to stay in the original WebView window, right now it starts there but then app pops- up mobile browser and page is displayed in that browser rather than the app On Sep 21, 3:45 pm, Jason Proctor wrote: > do you have a WebViewClient installed in

[android-developers] Re: WebView - disallow breaking out

2009-09-21 Thread Jason Proctor
do you have a WebViewClient installed in this WebView instance? (personally i think that WebView should follow redirects, as that's usually the intent of the user/caller, but defeating the default behaviour ain't so bad, so...) >I'm using WebView#loadUrl() to load page inside my app. Unfortu