voice icon indicating copy to clipboard operation
voice copied to clipboard

Cancel on IOS gives an error

Open Arjanvanmaren opened this issue 4 years ago • 4 comments

When I cancel the speech recognition on IOS the result is the following:

code: recognition_fail message: 216/The operation couldn’t be completed. (kAFAssistantErrorDomain error 216.)

On Android it works fine.

Arjanvanmaren avatar Feb 15 '21 13:02 Arjanvanmaren

+1

tearjuIce avatar Jul 20 '21 08:07 tearjuIce

I have same problem too (window emulator is fine but not working Mac m1 iOS emulator)

klimes888 avatar Aug 22 '21 06:08 klimes888

+1

stathisiakovidis avatar Mar 29 '22 16:03 stathisiakovidis

Guys! I Founded a solution. For me helped changing of Language which Voice lib listen. For English should be as 'en-GB'. Not others variants. await Voice.start('en-GB'); <--- like this.

Boichonok avatar Apr 04 '22 12:04 Boichonok