Beep after scan #295
jakubmilata
started this conversation in
General
Replies: 2 comments 2 replies
-
you have certainly an issue with your browser or javascript |
Beta Was this translation helpful? Give feedback.
2 replies
-
So you must contact safari(?) developers, not here. please close the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to beep after scan.
I use simple function:
function beep() {
sound.play();
}
(sound is defined out of this function)
It the function works fine when I call it from click of a button..
But it does not want to work in the onScanSuccess function.
I have heard a very short beep a few times after scan. It seems that the function actually works but it is interrupted before the whole sound is played. Is here anyone able to help?
Beta Was this translation helpful? Give feedback.
All reactions