Hello,
I recently found an interesting problem while using Construct. I have an app that uses TextToSpeech heavily that I export as html5.
I embed that on a website and I view it using a react native webview in an android app. The problem is that android webview does not support speechSynthesis api and cannot benefit from this functionality.
However, I made a custom function on the website (in js) that uses external packages to overcome this. Is there a way to change the Construct text to speech handler to my own custom function?
Ashley, if you are available and can offer any input that would be appreciated.