artyom.js
artyom.js copied to clipboard
How do I keep my voice recognition on automatically when there's a page change
Whenever there's a page change, the microphone is turned off. How do I stop this and keep it turned on if the user has the microphone turned on in the previous page.
The only way to achieve what you want is if your application is a single-page application (Angular, React, Vue etc).
Once ive made something in JS using window.addEventListener('DOMContentLoaded', (event) => { {Put here your code } }) So every time changing/reload page will be activate Recognition