Photics wrote:
> I tried
> to understand what you and Mark Murphy posted about Intents and
> Activities, but I wasn't able to get it working.

startActivity(new Intent(Intent.ACTION_VIEW, "http://thisismydomain.com";));

Replace the hardwired URL in the above snippet with whatever you want to
display in the built-in Browser application.

> There's only one issue left. If the user opens a new window, when they
> return to the app, all the links become new window links.

That is because you detached your WebViewClient.

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

_The Busy Coder's Guide to *Advanced* Android Development_
Version 1.1 Available!

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