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

[BUG]: is not possible to use native copy paste on the component #144

Open
doubleppereira opened this issue Oct 22, 2024 · 1 comment
Open

Comments

@doubleppereira
Copy link

Currently if I try to copy paste any content I can't use the native copy paste of the systems.
IOS and I am assuming Android react on long press -> paste

Intended behaviour on long press that is supported on text inputs:
Screenshot 2024-10-22 at 14 51 17

How can I achieve same behaviour?

@doubleppereira doubleppereira changed the title is not possible to use native copy paste on the component [BUG]: is not possible to use native copy paste on the component Oct 22, 2024
@doubleppereira
Copy link
Author

doubleppereira commented Oct 23, 2024

My assumption is because it's of this:

pointerEvents={Platform.select({ ios: 'box-only', default: 'auto' })}
which is preventing any pointer events I think I understand why you this but this will not allow the native context menu to allow to copy paste. What do you suggest I can try to help if needed. @onmotion

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