-
-
Notifications
You must be signed in to change notification settings - Fork 570
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
Error sound being played when pressing keys on macOS #566
Comments
No idea. |
I don't think so, because if I open the same html on chrome the sound does
not "appear" ...
El dg., 12 de jul. 2020, 23:40, Roman <notifications@github.com> va
escriure:
… No idea.
It could be something with your code. A minimal example would help.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#566 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMVIW22JZJ77JOEKE6E36E3R3IUVPANCNFSM4OUTA2FQ>
.
|
I'm having a similar issue where I'm trying to detect a button press (Enter key) using JS. It plays the system "Funk" sound. It is not within an input field or form.
-- |
Ok I tracked down the problem. I pushed an experimental fix to the master branch, would you verify if it works for you?
|
I copied the change to my installation of the library, and it does work. Thanks! |
Released in 3.3.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, i was creating a calculator with windows, and it was working without any problems. But then, when I tried to run it on macOS, when I press any key (My js code accepts keyboard capture), it works, but it plays classical "Funk" sound that is played when you are trying to do something not allowed
The sound is this one: https://www.youtube.com/watch?v=8rz44o_gGpE
I'm using Python 3.7.6
on macOS 10.15.5
pywebview 3.2
The text was updated successfully, but these errors were encountered: