Replies: 2 comments 3 replies
-
I think this is because the newer Web "Clipboard API" is only available when you are using HTTPS. Source: |
Beta Was this translation helpful? Give feedback.
3 replies
-
As a temporary workaround, [build]
rustflags = ["--cfg=web_sys_unstable_apis"] which should add the flag automatically |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've run into troubles with clipboard ans WASM.
For what I've seen, it works perfectly well with the demo hosted in github (FontBook), but I'm unable to make it works.
If I build and run egui_demo on my machine, it works. As soon as I try to use egui_demo from another machine on my local network, the clipboard stop working. Basically, I've just copied the content of docs directory, nothing more.
I've tried with apache or simple_http_server, it doesn't matter.
I must have forgotten or misunderstood something obvious.
If someone could give me a hint ...
Beta Was this translation helpful? Give feedback.
All reactions