when using a motorola device it offers always the option to edit a photo, is there any way to avoid this behaviour ?
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 >>
on other motorolas the app returns to the login page after taking the photo with the camera
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 💙
Hi @Hyphaed,
Can you provide more information about your use case? For example, what is the version of Android?