Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 0 down vote accepted

The feature you are trying to implement is device dependent, and sencha is just javascript. Phonegap provides options to add the device related features to the hybrid application. So it is necessary. Or else you need to find way to call iOS api from javascript.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.