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
@tacitefood encounters timeouts
@teolemon doesn't have any issues
The text was updated successfully, but these errors were encountered:
Other empty products seem created, so others might encounter the issue.
Sorry, something went wrong.
In the code, there's a target width and heigth set to 250 px, but it obviously does nothing
navigator.camera.getPicture(cameraSuccessCallback, cameraFailureCallback, { sourceType: Camera.PictureSourceType.CAMERA, destinationType: Camera.DestinationType.FILE_URI, targetWidth: 250, targetHeight: 250 } );
No branches or pull requests
@tacitefood encounters timeouts
He needs to retry two or three times for the image to get through.
@teolemon doesn't have any issues
The text was updated successfully, but these errors were encountered: