it works on ios, but doesn't work on android.
I got error like this: service not registered. android.speech.ServiceRecognizer ........
when I check the recognition service is available, I got false.
Voice.isAvailable().then(res => console.error(res)) // return false
how can I solve this?
Please help me.
Try to install 'Google' app. Android ASR depends on the external app. Perhaps, I need to update our doc to install it beforehand.
@mateo-villa217 Did you solve your problem?
Most helpful comment
Try to install 'Google' app. Android ASR depends on the external app. Perhaps, I need to update our doc to install it beforehand.