kendo ui - How to access the device camera in KendoUI Mobile and phonegap build -


me again...

i'm building multi platform mobile app using kendoui mobile. need access device camera cannot, life of me, figure out how so.

i have tried <input type="file" accept="image/*;capture=camera"> doesn't work, once package built in phonegap build (and in emulator) opens choose file dialog.

does know how access device camera in kendoui mobile "native" app??

regards, devon britton.

please check documentation on how capture image phonegap: http://docs.phonegap.com/en/2.7.0/cordova_camera_camera.md.html#camera .

you need use camera.getpicture method take picture using device.

kendo mobile has nothing built in native features. phonegap apis need used in same way u use in pure js code.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -