Skip to content
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

Does it work in FireFox? #444

Open
jayjupdhig opened this issue Jan 25, 2022 · 8 comments
Open

Does it work in FireFox? #444

jayjupdhig opened this issue Jan 25, 2022 · 8 comments

Comments

@jayjupdhig
Copy link

Not so it seems - am i right with that? M$ Edge uses the Chromium engine, there it works and also in Chromium and surely in Chrome... but i can't see any activities when i start your example (on the front page of your project) in Firefox...

Thank you very very much for your feedback.

@jayjupdhig
Copy link
Author

That example (i added try/catch) does also give out nothing in Firefox... also no errors will be throw in try-block...

`

<title>Speech recognition</title>
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.6.1/annyang.min.js"></script>
<script> try { if (annyang) { // Let's define a command. const commands = { 'hello': () => { console.log('hello!'); } }; // Add our commands to annyang annyang.addCommands(commands); // Start listening. annyang.start(); } } catch(err) { alert(err); } </script>
</body>
`

@jayjupdhig
Copy link
Author

source format does not work so it seems with ´-character.

screenshot here:

image

@jayjupdhig
Copy link
Author

???

@jayjupdhig
Copy link
Author

Does it oficially work in Firefox (Mozilla HTML / Javascript when i'm right??) or not? Thank you for your feedback.

@jayjupdhig
Copy link
Author

Hello?!?

@jayjupdhig
Copy link
Author

No answer?!?

@ojvribeiro
Copy link

ojvribeiro commented Apr 28, 2022

@jayjupdhig According to Can I Use, no. It's still not supported on Chromium Edge.

PS: Annyang relies on Speech Recognition API in order to work, so you can check the first link above to see its compatibility table.

@panique
Copy link

panique commented Feb 5, 2024

it's now 2024 and it still doesnt work in Firefox, but somehow hides this fact everywhere, which seems odd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants