cordova-plugin-speechrecognition icon indicating copy to clipboard operation
cordova-plugin-speechrecognition copied to clipboard

Issues when running as an Android app on Chromebook

Open joshglazer opened this issue 5 years ago • 2 comments

This plugin has been working great for my app on both iOS and Android devices. However, I installed the Android version of the app onto a chromebook, and it seems to freeze when calling the SpeechRecognition.startListening() function. Has anyone else had similar issues? If so, is there something I can do to get this working?

joshglazer avatar Mar 12 '19 22:03 joshglazer

Maybe https://github.com/pbakondy/cordova-plugin-speechrecognition/issues/102

jackie-d avatar Sep 12 '19 21:09 jackie-d

Josh, when I use SpeechRecognition.startListening() on a Chromebook Acer 10 (which has "Hey Google" recognition - so I know it's in there) - I get BIND_VOICE_INTERACTION permission is denied errors when I look at logcat. I've repeatedly tried to get permissions for this (android:permission="android.permission.BIND_VOICE_INTERACTION"), but I have not succeeded yet - like Google has proprietary permissions on Chromebooks for this kind of voice recognition. Hopefully this isn't so because education apps that use voice recognition is one of the points to having a Chromebook... Have you solved this or has anyone else reading this thread? (I should mention, this is not a Cordova plugin specific issue, but an overall JNI issue as it applies to Chromebooks, I think.)

Rob-Milliken avatar Jan 04 '20 19:01 Rob-Milliken