Hi, I need help with voice recognition in my Bubble app. I have a microphone button that should start Spanish speech recognition and use the spoken text to create an invoice.
I am using the Toolbox plugin and the Web Speech API. The microphone permissions are enabled in Windows and Chrome, but clicking the microphone button does not start voice recognition.
I previously received the error: “Action only supported on mobile views.”
I tried moving the speech-recognition JavaScript into an HTML element and calling window.__startVoice(); from the workflow, but the microphone still does not start.
Could someone please help me check the correct Bubble workflow and Toolbox configuration to make Web Speech API voice recognition work on desktop and mobile?
Thank you!