pbakondy / cordova-plugin-speechrecognition

:microphone: Cordova Plugin for Speech Recognition
MIT License
196 stars 117 forks source link

Doesnt request permission on iPhone 5S #10

Closed ArseniyBorezkiy closed 7 years ago

ArseniyBorezkiy commented 7 years ago

Never calls callbacks in requestPermission. No output in console. iOS. It is NOT depended of 'NSMicrophoneUsageDescription permission' 'NSSpeechRecognitionUsageDescription permission' in my .plist file.

window.plugins.speechRecognition.requestPermission(function () { // never }, function () { // never })

pbakondy commented 7 years ago

What is the version of the operating system?

ArseniyBorezkiy commented 7 years ago

9.2.1 - function available => hasPermission => No => requestPermission => silence...

It is normal?

2016-12-20 14:00 GMT+05:00 Peter Bakondy notifications@github.com:

What is the version of the operating system?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pbakondy/cordova-plugin-speechrecognition/issues/10#issuecomment-268190123, or mute the thread https://github.com/notifications/unsubscribe-auth/AT-lldh_DMdG5M_nbIundB--pTN6tV5Mks5rJ5kRgaJpZM4LRlcU .

pbakondy commented 7 years ago

iOS 10 is required.

See README: https://github.com/pbakondy/cordova-plugin-speechrecognition#requirements-1

ArseniyBorezkiy commented 7 years ago

Thanks, but It is strange that isRecognitionAvailable returns true.

2016-12-20 14:42 GMT+05:00 Peter Bakondy notifications@github.com:

iOS 10 is required.

See README: https://github.com/pbakondy/cordova-plugin-speechrecognition# requirements-1

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pbakondy/cordova-plugin-speechrecognition/issues/10#issuecomment-268198847, or mute the thread https://github.com/notifications/unsubscribe-auth/AT-llVIc4VE_w4jcQK9LjjxIX0_AQWcAks5rJ6MBgaJpZM4LRlcU .

ArseniyBorezkiy commented 7 years ago

Please, tell me, is there correct ways (pay-free) to use speech recognition in cordova in <10 iOS ? Thanks.

2016-12-20 14:45 GMT+05:00 Арсений Борецкий apborezkiy@gmail.com:

Thanks, but It is strange that isRecognitionAvailable returns true.

2016-12-20 14:42 GMT+05:00 Peter Bakondy notifications@github.com:

iOS 10 is required.

See README: https://github.com/pbakondy/cordova-plugin-speechrecognition

requirements-1

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pbakondy/cordova-plugin-speechrecognition/issues/10#issuecomment-268198847, or mute the thread https://github.com/notifications/unsubscribe-auth/AT-llVIc4VE_w4jcQK9LjjxIX0_AQWcAks5rJ6MBgaJpZM4LRlcU .

pbakondy commented 7 years ago

There are 3rd party solutions. I never used them before.