Many times you may want to have a login at the beginning of your app. Handling a login with Ionic and Angular is very straight forward. For the purpose of creating this Ionic Login Example, I will use a simple starting template from the Ionic guys und just add a login before the template app shows.
[Read more…] about Simple Ionic Login With AngularJS
Blog
Sending Emails with Images using Ionic and Cordova
Sending emails from your ionic app is no trouble at all, because here comes a tiny plugin which will help us with everything. Getting images into the mail can be a bit tricky, but if you know which string to pass to the mail function, this won’t be a problem as well. So let’s see how everything works together.
[Read more…] about Sending Emails with Images using Ionic and Cordova
How to Capture and Store Images with Ionic
From time to time you may want to capture images with your app, either from camera or from the users library. But just keeping a reference to it won’t help if the user deletes the images from hist photo library. Therefore, you need to store them local in your apps directory. I will make use of the ngCordova module, which is a simpler library from the ionic guys of the cordova stuff (great job btw @ionic).
[Read more…] about How to Capture and Store Images with Ionic