I am trying to access a mobile devices media files using the file chooser plugin but have had no luck.
Tried compiling with phonegap and adding the permissions:
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
As well as adding the cordova-plugin-file plugin for phonegap.
Is there anything else that I am missing to allow users to access their media files using the C3 native file chooser plugin?
I am trying to grab mp3 files from a users device for a music game im working on