Home

Awesome

This repository is part of an ionic tutorial that explains how to access the image gallery and take pictures from an ionic app. Also we will show you how to add an image cropper. This ionic tutorial includes a working example you can reuse for your needs!

Check the complete step by step tutorial in: https://ionicthemes.com/tutorials/about/ionic-2-image-handling

Installation

Install dependencies

npm install

Run the ionic app

The plugins required in this app use cordova, so it will not work in the browser. You need to try it on a real device or on an emulator

ionic cordova platform add android
ionic cordova run android