Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add onClicked parameter to HtmlText #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iankerr
Copy link

@iankerr iankerr commented Mar 10, 2023

  • adds new parameter to HtmlText composable to handle when non-linked text is clicked
  • in example app:
    • adds Toasts to TextView and HtmlText to demonstrate new functionality
    • adds movementMethod to TextView clickable links work
    • removes layoutParams from TextView, as it doesn't seem to do anything
    • removes fillMaxWidth, from AndroidView containing TextView so that text doesn't take up entire width, to match the layout of the HtmlText

…ked text is clicked, update example app to demonstrate new functionality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant