-
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
Ask for contributing #18
Comments
Hi Jeremy
Just make a pull request in GitHub. I’ll verify and apply or reject with comments.
Anyway, thank you for your contributions!
—
Sincerely,
Max
… On Apr 16, 2020, at 07:53, jguyet ***@***.***> wrote:
This is not a report issues.
Hello developpers of cordova-plugin-photos.
I am Jérémy im developper for canal+ in France.
I have forked your project for fix differents bugs and remove differents callbacks unused.
If possible i want contribute in your project library with your rules for sure.
Contact me ***@***.***
Good day !
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hello everyone, this code Photos.image(photo.ID,
function(data) {
console.log(data)
},
function(error) {
console.error("Error: " + error);
}); with the proper photo.id return by this code Photos.photos(
function(photos) {
console.log(photos);
},
function(error) {
console.error("Error: " + error);
}); does not works, i've this error Photo ID is undefined |
@ishigo1987 Why |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not a report issues.
Hello developpers of cordova-plugin-photos.
I am Jérémy im developper for canal+ in France.
I have forked your project for fix differents bugs and remove differents callbacks unused.
If possible i want contribute in your project library with your rules for sure.
Contact me [email protected]
Good day !
The text was updated successfully, but these errors were encountered: