--- description: >- 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… --- # Chooser File chooser plugin for Cordova. The following must be added to config.xml to prevent crashing when selecting large files on Android: ```xml ``` ## Installation ```bash ionic cordova plugin add cordova-plugin-simple-file-chooser npm install @awesome-cordova-plugins/chooser-simple-file ``` **Plugin Repo:** [https://github.com/hc-oss/cordova-plugin-simple-file-chooser](https://github.com/hc-oss/cordova-plugin-simple-file-chooser) ## Supported Platforms - Android - iOS ## Further Information - [Installation Guide](../../installation.md) - [FAQ](../../faq.md)