[email protected] wrote: > No good news here. We see the exact same problem with any link we try.
If I understand the issue correctly, Android has always behaved this way. Links in WebView, by default, open up the Browser application (more accurately, they call startActivity() on an Intent with an http:// scheme, which usually results in the Browser opening on the URL). If you want to prevent that, you need to use WebViewClient and shouldOverrideUrlLoading(). That behavior has existed since at least Android M5 (last summer). If I am misunderstanding the issue, I apologize. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

