ionicthemes / ionic3-image-handling

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 ionic app example you can reuse for your needs.
https://ionicthemes.com/tutorials/about/ionic-2-image-handling
35 stars 18 forks source link
angular4 angularjs image-cropper image-gallery image-manipulation imagecrop ionic ionic-apps ionic-framework ionic-tutorial ionic2 ionic2-examples ionic3

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