Skip to main content

Posts

Showing posts from June, 2015

Create A File Chooser Using Ionic Framework

The following Content will show you how to create file chooser in  your Android application using Ionic Framework .There are number of plugins available to implement this tutorial. To implement this , we’ll be using the plugin com.maginsoft.mfilechooser 1.0.0 . 1.Create the project ionic start Test blank cd Test ionic platform add android 2.Add Plugin Cordova/Phonegap plugin that supplies a File Chooser for Android 4+. The File Chooser does not require installation external file manager.This plugin not supported in browser for testing build in device. To install the plugin     cordova plugin add https://github.com/MaginSoft/MFileChooser.git How to use Plugin This plugin documentation available on https://github.com/MaginSoft/MFileChooser  and I am so thankful to Abakhov Sergey for the implementation of its plugin and help to us. The plugin creates the object window.plugins.mfilechooser . To use, call the open() method: Simple using : window . plug