google / android-fhir

The Android FHIR SDK is a set of Kotlin libraries for building offline-capable, mobile-first healthcare applications using the HL7® FHIR® standard on Android.
https://google.github.io/android-fhir/
Apache License 2.0
494 stars 295 forks source link

Ability to open a link defined using html <a> tag #2731

Open FikriMilano opened 1 day ago

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

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