GithubHelp home page GithubHelp logo

cordova-plugin-multiple-documents-picker's People

Contributors

agarwalnaveen22 avatar akeo-naveen avatar akeotech avatar sprashant1989 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cordova-plugin-multiple-documents-picker's Issues

Update readme file for users using your Cordova plugin in Ionic.

You have created a fantastic plugin and it works like a charm.

It would be great if you can add the following to the readme file for developers that uses your plugin in Ionic. The app crashes when trying to select large files for Android.

Update your config.xml file for Ionic with the following to allow Android to handle larger file sizes when using this plugin for multiple file selection.

<platform name="android">
 <edit-config
   file="app/src/main/AndroidManifest.xml"
   mode="merge"
   target="/manifest/application">
   <application android:largeHeap="true" />
 </edit-config>
</platform>

Something else that would be useful is to add a release tag in the repo so that developers can use tags instead of commit hashes when installing the plugin directly from the repo.

Update dependency on cordova-plugin-add-swift-support

The plugin currently requires cordova-plugin-add-swift-support@^1.7.2, but I have other plugins that require cordova-plugin-add-swift-support@^2.0.2.

Can this plugin be updated to require cordova-plugin-add-swift-support@^2?

How to upload file to firebase storage?

i am getting the file data in following format:
[
{
"uri":"content://com.android.providers.media.documents/document/image%3A37",
"type":"image/jpeg",
"name":"sample_1920ร—1280.jpeg",
"size":768552}
]

I am not able to convert it into base64 string. Please help!!!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.