-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't copy and paste exp password in html5 #418
Comments
On Firefox 124.0.2 (64-bit) on Linux it works for me. I needed to copy the string multiple times for it to work. I didn’t get middle-click pasting working, that works on native. On Chromium 123.0.6312.105 I can’t get copy or paste working. Or rather I could only paste what I copied in that page. It seems browsers generally have some difficulties with copy-paste. https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_web.html#clipboard Edit: Chromium throws
Probably related issue: godotengine/godot#81252 |
Thanks for the info! WiIl look into this later but for now I've added a warning message about this issue to exp password menus so players know that they might need to manually type the password. |
it might be possible to circumvent this with down/uploading a text file or javascript prompts (with default values) |
I found that making a custom html/js/css DOM element and then spawning it via |
This issue is not present on native builds.
The text was updated successfully, but these errors were encountered: