ionic3-image-handling
                                
                                 ionic3-image-handling copied to clipboard
                                
                                    ionic3-image-handling copied to clipboard
                            
                            
                            
                        In this ionic tutorial you will learn how to access the image gallery and take pictures from an ionic app. Also we will show you how to add a image cropper. This ionic tutorial includes a working ioni...
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