-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getMedia crashes the application #2
Comments
Do you have any log messages? Can you expand a bit on the specifics of the device you're using (make/model, OS version, ...)? Just saying "It crashes" doesn't really help in improving the software, as ... "It doesn't crash" is how we would describe our use of it :) |
Of course. :)
First throw call stack:
Appreciate the help! :) |
On Android, I get a similar behavior (crash on getMedia) and the error that is returned to me is "java.lang.String cannot be cast to org.json.JSONObject" |
This issue (the crash) can be resolved by passing the entire Ex: Still can't get an album list on Android, but I'm working on these issues to see what I can do. I have very little iOS/Java experience so it's... painful. |
In "platforms\android\app\src\main\java\com\subitolabs\cordova\galleryapi\GalleryAPI.java"GalleryAPI.java" This works fine for me. Thank you |
I can fetch the albums perfectly but when trying to access Media from the Album the app crashes. Its a COPY PASTE of readme example.
The text was updated successfully, but these errors were encountered: