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

Image click not working #395

Open
DevAtrii opened this issue Apr 18, 2023 · 0 comments
Open

Image click not working #395

DevAtrii opened this issue Apr 18, 2023 · 0 comments

Comments

@DevAtrii
Copy link

Image click is not working everything is fine in my code but still unable to set image click

Here is code:

   richText.imageClick { imageUrls, position ->
                showMessage("Image Clicked $imageUrls", activity)
                val url = imageUrls?.get(position)
                if (url != null) {
                    logDebug(TAG, url)
                }
            }
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

No branches or pull requests

1 participant