Replies: 1 comment 8 replies
-
When you say in Dev mode, do you mean the desktop app or browser? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi -- I have the following code in my JS, which works fine for copying text to the clipboard when I'm running in development, but throws an error when I try it in the production app.
I get a complaint that
navigator.clipboard is undefined
at runtime, but again, only in the production app.Any clues? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions