android - Textviews show linkable text when there isn't an actual link -


in lollipop, have textview populated html.fromhtml().

the text example can "hello.world" , shows link. in layout textview i've specified autolink="web" want links in string clickable actual url.

     android:autolink="web" 

this issue persists in whatsapp messages.

any thoughts ?


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -