[android-developers] Re: WebView.loadUrl on a hidden view opens the android browser

2009-11-18 Thread Rainer
that fixed the problem, thanks (sorry for the late reply) On Sep 21, 2:21 pm, "Mark Murphy" wrote: > > I am trying to transition between 2 web views. One is in the > > foreground and the other already prepares another URL in the > > background. Everything works fine except for the fact that calli

[android-developers] Re: WebView.loadUrl on a hidden view opens the android browser

2009-09-21 Thread Mark Murphy
> I am trying to transition between 2 web views. One is in the > foreground and the other already prepares another URL in the > background. Everything works fine except for the fact that calling > loadURL on the 2nd (invisible) view causes the native browser to open > with the specified url, rathe