From 1135cc1197e054e3a97682dc9a07b660239c7208 Mon Sep 17 00:00:00 2001 From: Ryan Lester Date: Tue, 21 Aug 2018 17:32:37 -0400 Subject: [PATCH] readme update --- README.md | 18 ++++++++++++++++++ package.json | 2 +- plugin.xml | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6c476a..30df418 100755 --- a/README.md +++ b/README.md @@ -41,3 +41,21 @@ Supported Platforms: const file = await chooser.getFile(); console.log(file ? file.name : 'canceled'); })(); + + +## Platform-Specific Notes + +The following must be added to config.xml to prevent crashing when selecting large files +on Android: + +``` + + + + + +``` diff --git a/package.json b/package.json index 0f97498..e939e6e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-chooser", - "version": "1.2.2", + "version": "1.2.3", "description": "Cordova file chooser plugin", "main": "index.js", "repository": { diff --git a/plugin.xml b/plugin.xml index 7b3f5cf..66cb941 100755 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,7 @@ xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-chooser" - version="1.2.2" + version="1.2.3" > Chooser Cyph, Inc. @@ -13,7 +13,7 @@ - +