I have been developing application using Sencha Touch 2. I want to record a voice, so I searched how to achieve this with HTML5 but as I found it is not possible (on mobile devices).
And i decided to use Phonegap. But all Phonegap+sencha touch integration examples that i found are always ios or android specific. Isnt there a way to write the code with javascript as I did with sencha (and possibly with phonegap) and then deploy packages that suits ios or android?
If it is only for the test purposes, i can test them with ios's web browser to see if i am able to record audio or not, am i right or am i missing something?
Thanks