From 74ce409076dfa973bf4a3c99bbb921d79167850b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Mon, 17 Jan 2022 20:02:38 +0100 Subject: [PATCH] add clipboard sharing to docs, #96. --- docs/getting-started/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index 858226fa..dbd9c7c8 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -84,3 +84,13 @@ services: - Only admins can change screen size. - You can set a default screen size, but this size **MUST** be one from the list, that your server supports. - You will get this list in frontend, where you can choose from. + +### Clipboard sharing +- Browsers have certain requirements to allow clipboard sharing. + - You instance must be HTTPs. + - Firefox does not support clipboard sharing. + - Use chrome for best experience. +- If browser does not support clipboard sharing: + - Clipboard icon in right bottom corner will be displayed for host. + - It opens text area that can share clipboard content bi-directionally. + - Only plain-text is supported.