Hello all,

I have searched and searched and I am having an issue finding an answer to 
my issue.

I have a simple custom dialog that uses a string resource for the text 
content. 

In the string resource I have a link...
<string name="dialog_about_content">Some text <a 
href="http://someplace.com";>That Place</a></string>

In the TextView for the dialog xml I am using...
android:linksClickable="true"

In my manifest I use the permission...
<uses-permission android:name="android.permission.INTERNET" />

The dialog shows without any problems, the link is showing in the dialog and 
it is showing as a link (e.g. it is blue) but I am unable to select it so 
that it opens the browser.

Any ideas on what I might be missing?

Thank you


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