Loki117 wrote:
> Can someone shed some light on why a inline webview into which I pass
> a URL is now opening a browser session for the URL instead of
> populating the in app webView? It works on the emulator perfectly but
> a physical device shows the browser.

It behaves the same in both the emulator and devices. Links in WebView
will open a browser activity, unless you implement a WebViewClient and
implement shouldOverrideUrlLoading() to tell it to do something else.

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

Android Training in Germany, 18-22 January 2010: http://bignerdranch.com

--~--~---------~--~----~------------~-------~--~----~
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