Hello!
I've got a problem, which I think(?) might be on Itch side.
I have my game available in WebGL - when I want to use the clipboard for copy/paste game save, I get following error in console:
"Clipboard API has been blocked because of a permissions policy applied to the current document. See https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-p... for more details."
It seems that the "iframe" in which the game is played do not have certain flags set-up.
The main reason I've enabled export/import save via string was that players have a problem with how saves are stored in browser - they sometimes lose progression.
Did anyone have a similar problem? Is there anything I can do?
For Itch it would be just adding those flags to the iframe if I'm correct - should take one minute.
Please help :<