Display Images and Video Player using Ionic

Display Images and Video Player using Ionic

Lately I explained how to take photos and how to capture videos and store them within your apps directory. Due to a wish of you, this time I will show you how to present images and videos properly in your ionic app. Therefore, we will create a simple media popover using ionic modal overlay and […]

ANGULARJS IONIC JAVASCRIPT MOBILE IMAGE

Capture and Store Videos with an Auto-generated Thumbnail in your Ionic App

Capture and Store Videos with an Auto-generated Thumbnail in your Ionic App

Recording videos from your app can be a substantial part, and with Ionic and ngCordova it’s no problem at all! In this tutorial I will show you how to record videos through a video service, and use the returned video data to save the material inside your application folder. On this way, you can be […]

ANGULARJS IONIC JAVASCRIPT MOBILE IMAGE

Simple Ionic Login With AngularJS

Simple Ionic Login With AngularJS

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 […]

ANGULARJS IONIC JAVASCRIPT MOBILE

How to Capture and Store Images with Ionic

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 […]

ANGULARJS IONIC JAVASCRIPT MOBILE