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

overlayImageURL syntax + works with last Android/iOS ? #3

Open
aurelsam opened this issue Oct 26, 2016 · 2 comments
Open

overlayImageURL syntax + works with last Android/iOS ? #3

aurelsam opened this issue Oct 26, 2016 · 2 comments

Comments

@aurelsam
Copy link

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

@pareta2
Copy link

pareta2 commented Mar 7, 2017

I also need to know what code works for camera overlay???

@Lenndev
Copy link

Lenndev commented Jun 6, 2017

Anyone know if this plugin is compatible with android >6.x.x ??

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