We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am installing [email protected] in my mac and I have added the camera plugin also. But I don't know how to configure how To call camera plugin ios?
Note: Xcode version 7.2 Cordova version 6.0.0
Please help me!
The text was updated successfully, but these errors were encountered:
Please look at camera plugin docs:
navigator.camera.getPicture(onSuccess, onFail, { quality: 50, destinationType: Camera.DestinationType.DATA_URL }); function onSuccess(imageData) { var image = document.getElementById('myImage'); image.src = "data:image/jpeg;base64," + imageData; } function onFail(message) { alert('Failed because: ' + message); }
Sorry, something went wrong.
No branches or pull requests
I am installing [email protected] in my mac and I have added the camera plugin also. But I don't know how to configure how To call camera plugin ios?
Note: Xcode version 7.2 Cordova version 6.0.0
Please help me!
The text was updated successfully, but these errors were encountered: