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

when using a motorola device it offers always the option to edit a photo, is there any way to avoid this behaviour ? #2279

Open
Hyphaed opened this issue Dec 11, 2024 · 2 comments

Comments

@Hyphaed
Copy link

Hyphaed commented Dec 11, 2024

when using a motorola device it offers always the option to edit a photo, is there any way to avoid this behaviour ?

I'm already telling edit = false trough code

  const image = await Camera.getPhoto({
    quality: 90,
    allowEditing: false,
    resultType: CameraResultType.Base64,
    source: CameraSource.Camera
  });

Motorola Moto G7 as an example >>

d8338ebd-2237-42d9-8c1a-751d5bba851b

on other motorolas the app returns to the login page after taking the photo with the camera

@Ionitron
Copy link
Collaborator

This issue needs more information before it can be addressed.
In particular, the reporter needs to provide a minimal sample app that demonstrates the issue.
If no sample app is provided within 15 days, the issue will be closed.

Please see the Contributing Guide for how to create a Sample App.

Thanks!
Ionitron 💙

@alexgerardojacinto
Copy link
Collaborator

Hi @Hyphaed,

Can you provide more information about your use case? For example, what is the version of Android?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants