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 onLinkLongPress event #786

Closed
alexrainman opened this issue Aug 8, 2021 · 3 comments
Closed

Add onLinkLongPress event #786

alexrainman opened this issue Aug 8, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@alexrainman
Copy link

This is the default behavior on iOS UITextView with NSAttributedString.

@alexrainman alexrainman added the enhancement New feature or request label Aug 8, 2021
@tneotia
Copy link
Collaborator

tneotia commented Aug 14, 2021

If you need this functionality in the interim you could use customRender on links to make your own long press implementation.

@alexrainman
Copy link
Author

How i can do that if links come from random html I can’t control?

@erickok
Copy link
Collaborator

erickok commented Nov 29, 2021

If you have a solid use-case for this, feel free to open a PR. For now will will close the ticket due to being a bit out of scope of this library (and as tneotia said you can always use custom renders).

@erickok erickok closed this as completed Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants