Skip to content
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

Open
jguyet opened this issue Apr 16, 2020 · 3 comments
Open

Ask for contributing #18

jguyet opened this issue Apr 16, 2020 · 3 comments

Comments

@jguyet
Copy link

jguyet commented Apr 16, 2020

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 !

@domax
Copy link
Owner

domax commented Apr 16, 2020 via email

@ishigo1987
Copy link

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
@jguyet even with your fork i've the same error

@domax
Copy link
Owner

domax commented May 5, 2020

@ishigo1987 Why photo.ID? Object's properties in JS are case-sensitive. If you retrieved a photo object by Photos.image() function then you have to address image ID as photo.id.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants