You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the clipboard handle as an alternative to save files on an application. It seems to work across most browsers when I'm using it to write text to the user's clipboard, with the exception of Chrome on Mac. I checked if it was supported via the is_supported flag, and even have someone explicitly give the Clipboard API permission on the page but it still did not write text to the clipboard. Is there something I'm missing in terms of security issues, or is this a limitation on how the handle is implemented?
The text was updated successfully, but these errors were encountered:
So, I added some of the code from the demo as a means to debug the functionality on our app. The image shows our results, and here's the current implementation using the handle here. Are there any settings I might've missed in terms of web-sys/wasm-bindgen to have this working?
I'm using the clipboard handle as an alternative to save files on an application. It seems to work across most browsers when I'm using it to write text to the user's clipboard, with the exception of Chrome on Mac. I checked if it was supported via the is_supported flag, and even have someone explicitly give the Clipboard API permission on the page but it still did not write text to the clipboard. Is there something I'm missing in terms of security issues, or is this a limitation on how the handle is implemented?
The text was updated successfully, but these errors were encountered: