Accessing Device camera on Android phone and iPhone using javascript or php or some other language -


how can access device camera browser using button on website on android phone , iphone. not sure if possible if website made in php please me if has solution this.

thanks

it's rather done through javascript, it's unfortunately not possible website access camera on mobile device right now, things may change if android/ios browsers start provide support html5 getusermedia api.

you may able use file picker asks user take photo or select gallery (at least on ios). see https://web.archive.org/web/20130520232826/http://www.aaronlumsden.com/articles/ios6-the-benefits-for-html5-web-app-development/ more information.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -