How to connect a camera to Sencha?

I am doing a project with touch sencha, but I need to connect an iPad camera to take a picture. Development is carried out via the Internet. Please help me, I can't find a solution.

Thank.

+3


source to share


2 answers


As stated in the documentation: "Sencha Touch allows you to quickly and easily create HTML5 based mobile applications .

So, if you're building a mobile app, you might want to check out the Ext.device.Camera API Sencha Touch 2. Alternatively, you might also want to consider a project like Apache Cordova (formally PhoneGap) and a camera object.



If you're not building an app, but a "standard" website, Sencha Touch won't help. In particular, a website cannot call a native device function.

+2


source


The answers to this post are out of date for anyone reading this after Q2 2013.



You can now do this on the mobile site.

-2


source







All Articles