Can't use Android speech recognition in inputs nested in popups
Hello,
I'm using jQuery Mobile 1.4.3 with jQuery 2.1.1.
My project is a Cordova app hosting a single page webapp written in Backbone.js.
I have problems using the voice recognition on Android :
- when I simply put my form in a page, it works fine : touching a text input, the keyboard appears, I select the voice recognition and the microphone UI appears.
- if I put the form in a jQuery Mobile popup, I get the keyboard too, but if I call the voice recognition, the UI briefly appears, then disappears. In addition, the text input focuses out, so I don't even have the virtual keyboard back.
Did I miss something ? Is it a known problem (I searched but couldn't find anything related) ?
Thanks.