Clipboard Component Not Working on Mobile in IOS Safari? #2675
Unanswered
elson-currentcorp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://stackblitz.com/edit/vitejs-vite-on3n7v?file=src%2FApp.tsx
This is the code I have in my application, taken directly from https://ark-ui.com/react/docs/components/clipboard.
Clicking the button copies the text on desktop but not on IOS Safari in mobile?
My initial thoughts were that it was a limitation of the Safari browser, but then I tested the clipboard demo provided in the documentation, and that one worked fine.
Is there something wrong with my code that makes it incompatible with Safari?
Beta Was this translation helpful? Give feedback.
All reactions