Open FikriMilano opened 1 day ago
Is your feature request related to a problem? Please describe. Open a link when it's clicked, the link will be defined using html tag. For example <a href="https://www.youtube.com/">link text</a>
<a href="https://www.youtube.com/">link text</a>
Describe the solution you'd like Apply this code to the TextView which adds ability to open a link in the TextView.
question.movementMethod = LinkMovementMethod.getInstance()
Describe alternatives you've considered N/A
Additional context N/A
Would you like to work on the issue? Yes
Is your feature request related to a problem? Please describe. Open a link when it's clicked, the link will be defined using html tag. For example
<a href="https://www.youtube.com/">link text</a>
Describe the solution you'd like Apply this code to the TextView which adds ability to open a link in the TextView.
Describe alternatives you've considered N/A
Additional context N/A
Would you like to work on the issue? Yes