How to make links in a TextView clickable?

后端 未结 30 3264

I have the following TextView defined:



        
30条回答
  •  爱一瞬间的悲伤
    2020-11-21 23:43

    Be sure to not use setAutoLinkMask(Linkify.ALL) when using setMovementMethod(LinkMovementMethod.getInstance()) and Html.fromHTML() on properly formatted HTML links (for example, Google).

提交回复
热议问题