cordova Camera Plugin

File Upload or Transfer in Cordova plus ionic to server in angularjs

Reading Time: 2 minutes Many times in our mobile application we are required to upload or transfer files to server, although simply transferring files or uploading file can be easy task but in cordova one must follow the procedure provided by cordova. Multiple parameters are required to keep in mind like, what kind of form data or content you are going to post ie. multipart-form-data or application/base64 etc. But Continue Reading

Access Users Android and iOS Camera with Ionic Framework

Reading Time: 2 minutes In the series of Ionic blog posts earlier we have seen how to setup ionic development environment Setup dev environment for ionic framework, now we are going to build the app which is using Camera API Now these days smart phones have at least one camera if not two. So many apps use the functionality of the user’s camera to click photos and access users Continue Reading