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

ionic android gets hang on passing options #272

Open
AnkitMaheshwariIn opened this issue Aug 16, 2018 · 0 comments
Open

ionic android gets hang on passing options #272

AnkitMaheshwariIn opened this issue Aug 16, 2018 · 0 comments

Comments

@AnkitMaheshwariIn
Copy link

When we pass outputType : 1 - it gets hang and sometime app restarted.

var options = { maximumImagesCount : 6, outputType : 1 } this.imagePicker.getPictures(options).then((results) => { for (var i = 0; i < results.length; i++) { console.log('Image URI: ' + results[i]); alert('Image URI: ' + results[i]); } self.uploadProductSetImages(results); }, (err) => { alert("Error in upload : " + err); });

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

1 participant