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

Timeouts for OBF on iOS 10 #6

Open
teolemon opened this issue Mar 30, 2017 · 2 comments
Open

Timeouts for OBF on iOS 10 #6

teolemon opened this issue Mar 30, 2017 · 2 comments
Labels

Comments

@teolemon
Copy link
Member

teolemon commented Mar 30, 2017

@tacitefood encounters timeouts

  • iOS 10
  • iPhone
  • French or English
    He needs to retry two or three times for the image to get through.

@teolemon doesn't have any issues

  • iOS 9
  • iPad
  • French or English
@teolemon teolemon added the bug label Mar 30, 2017
@teolemon
Copy link
Member Author

Other empty products seem created, so others might encounter the issue.

@stephanegigandet
Copy link
Contributor

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
            }
        );

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

No branches or pull requests

2 participants