Safari has a marked tendency of rejecting copy operations that it can't link to user action. For this reason, most copy operations used to fail on Safari with egui/wasm. This was recently fixed in egui 0.24 (emilk/egui#3513), and now copying from code blocks works when selecting text and copy. However it still fails when using the copy button.
Here is a dev build of Rerun based on egui 0.24 where select-and-copy works on Safari, but not the copy button:
https://demo.rerun.io/pr/4111/examples/structure_from_motion/
One must scroll down the description view to reach a code block:
Clicking the "Copy" button fails with this error:
For reference, this is another dev build that is based on egui 0.23 and where all forms of copying fail:
https://demo.rerun.io/pr/4324/examples/structure_from_motion/
Safari has a marked tendency of rejecting copy operations that it can't link to user action. For this reason, most copy operations used to fail on Safari with egui/wasm. This was recently fixed in egui 0.24 (emilk/egui#3513), and now copying from code blocks works when selecting text and copy. However it still fails when using the copy button.
Here is a dev build of Rerun based on egui 0.24 where select-and-copy works on Safari, but not the copy button:
https://demo.rerun.io/pr/4111/examples/structure_from_motion/
One must scroll down the
descriptionview to reach a code block:Clicking the "Copy" button fails with this error:
For reference, this is another dev build that is based on egui 0.23 and where all forms of copying fail:
https://demo.rerun.io/pr/4324/examples/structure_from_motion/