-
Notifications
You must be signed in to change notification settings - Fork 97
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
Same watermark image is behaving differently on ANDROID and IOS when use given position enum #179
Labels
Comments
JimmyDaddy
pushed a commit
that referenced
this issue
Dec 21, 2023
@EducoreAPK v1.1.11 is available |
JimmyDaddy
changed the title
Same watermark image is behaving differently on ANDROID and IOS
Same watermark image is behaving differently on ANDROID and IOS when use given position enum
Dec 28, 2023
JimmyDaddy
added a commit
that referenced
this issue
Dec 28, 2023
@EducoreAPK You can try 1.2.1 |
Working perfectly now. Appreciate your efforts... Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When i am adding a watermark image on Android it is working perfectly as expected.
But when working on IOS the watermark image is losing its original aspect ratio and its getting very blurry.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
IMAGE SHOULD BE SAME ON BOTH ANDROID AND IOS
I m using CameraRoll library to download image afterwards
CameraRoll.save(dPath, { type: 'photo', album: 'EducoreParent' }).then((res) => {
console.log('res', res);
}).catch((error) => {
console.log('error', error);
})
Screenshots
Devlopment environment(please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: