Carlos Goyeneche

Results 4 comments of Carlos Goyeneche

To solve that problem you need to pass the following config to the .start method: ``` Voice.start('es_US', { "RECOGNIZER_ENGINE": "GOOGLE", "EXTRA_PARTIAL_RESULTS": true }) ``` Tested on Android 9 on Xiaomi...

To solve that problem you need to pass the following config to the .start method: ``` Voice.start('es_US', { "RECOGNIZER_ENGINE": "GOOGLE", "EXTRA_PARTIAL_RESULTS": true }) ``` I think the RECOGNIZER_ENGINE is not...

Thanks for letting me know! @stepan662

I am getting the same behavior with the thumbnails, I noticed it is something related to the transform property that allows values upper the initial one. e.g `transform: translate3d(15.0735px, 0px,...