Chooser
Chooser plugin for Cordova and Ionic. File chooser plugin for Cordova. The following must be added to config.xml to prevent crashing when selecting large…
<platform name="android">
<edit-config
file="app/src/main/AndroidManifest.xml"
mode="merge"
target="/manifest/application">
<application android:largeHeap="true" />
</edit-config>
</platform>Installation
ionic cordova plugin add http://github.com/MaximBelov/cordova-plugin-chooser.git
npm install @awesome-cordova-plugins/chooserSupported Platforms
Further Information
Last updated