xunice / libs-for-android

Automatically exported from code.google.com/p/libs-for-android
Apache License 2.0
0 stars 0 forks source link

HTML Widget does not work with Linkify for Web URLs #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create HtmlView and get HTML data. 
2. Call setHtml() with the data.
3. Call Linkify.addLinks(htmlView, Linkify.ALL).

What is the expected output? What do you see instead?
The expected output is that URLs found in the HTML data are converted into 
clickable links. Instead, I only see phone numbers picked up, but haven't tried 
with email addresses or maps. 

What version of the product are you using? On what operating system?
Commit 3cd5a7 on Dec 9, 2011. Testing on Galaxy Nexus (running stock 4.0.4).

Please provide any additional information below.
The "linksClickable" attribute found in TextViews does not appear to exist for 
HtmlViews, which could be a cause for the problem. 

Original issue reported on code.google.com by ajay.roo...@gmail.com on 23 May 2012 at 9:47