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

This doesn't seem to work on vue. #5

Open
devlinpadayachee opened this issue Apr 8, 2019 · 1 comment
Open

This doesn't seem to work on vue. #5

devlinpadayachee opened this issue Apr 8, 2019 · 1 comment

Comments

@devlinpadayachee
Copy link

Trying somethign along these lines:

    getImages(){
      var self = this;
      console.log('getting images');
      var radImagepicker = new RadImagepicker();
      const opts = {
        doneButtonTitle: "Finish",
        allowVideoSelection: false,
        noImagesTitle: "No images here :(",
        imageLimit: 5
      };
      radImagepicker.pick(opts).then((selectedImages) => {
          if (selectedImages) {
            console.log( {selectedImages} );
          }
      });
    },
  },

When i call this method nothing happens. No console error nothing,
@shiv19
Copy link
Collaborator

shiv19 commented Apr 8, 2019

Did you try adding a catch block?

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

2 participants