Web Speech API and WebView compatibility

I have a website that uses the SpeechSynthesis from the Web Speech API. Now, I need to migrate this site to Android, but the Android WebView doesn’t support SpeechSynthesis, while Chrome on Android does.

  1. Is there any way to use the Chrome Android engine in WebView?

  2. I would like to know if there is any community-made alternative WebView that supports the Web Speech API?

  3. Is there any free API similar to the Web Speech API that is compatible with WebView?

Thanks in advance for your help!

I tried Android-AdvancedWebView without success.