ch4rl3x / HtmlText

Jetpack Compose HtmlText
Apache License 2.0
133 stars 20 forks source link

I added onUriClick #12

Closed ovso closed 1 year ago

ovso commented 1 year ago
  1. I added onUriClick. onUriClick returns url. When onUriClick is null, the existing code is executed. (uriHandler.openUri(url))

  2. I added ReturnLink() and ReturnLinks() functions to MainActivity.

  3. I formatted my code.