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 saw this issue : #2
What do we need to write ?
This (web URL) : navigator.camera.getPicture(onCapturePhoto, onFail, { quality: 100, overlayImageURL: 'https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png' });
Or this (local URI) : navigator.camera.getPicture(onCapturePhoto, onFail, { quality: 100, overlayImageURL: 'www/images/mask.png' });
This plugin works with Android 5/6 and iOS 9/10 ?
Thank you
The text was updated successfully, but these errors were encountered:
I also need to know what code works for camera overlay???
Sorry, something went wrong.
Anyone know if this plugin is compatible with android >6.x.x ??
No branches or pull requests
I saw this issue :
#2
What do we need to write ?
This (web URL) :
navigator.camera.getPicture(onCapturePhoto, onFail, {
quality: 100,
overlayImageURL: 'https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png'
});
Or this (local URI) :
navigator.camera.getPicture(onCapturePhoto, onFail, {
quality: 100,
overlayImageURL: 'www/images/mask.png'
});
This plugin works with Android 5/6 and iOS 9/10 ?
Thank you
The text was updated successfully, but these errors were encountered: