Hey,
I’m trying to make my site accessible. Are these APIs not supported?
var utterance = new SpeechSynthesisUtterance(‘Hello Treehouse’);
window.speechSynthesis.speak(utterance);
If so,
I can put this as an iFrame and it works, but I need a button click to trigger this. Can I control the HTML element through WixCode, and make the code run only when the user clicks an image?