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

Not passing the options object to the camera crashes it in iOS #244

Open
nmandyam opened this issue May 20, 2020 · 0 comments
Open

Not passing the options object to the camera crashes it in iOS #244

nmandyam opened this issue May 20, 2020 · 0 comments

Comments

@nmandyam
Copy link

Make sure to check the demo app(s) for sample usage

Done.

Make sure to check the existing issues in this repository

Checked.

If the demo apps cannot help and there is no issue for your problem, tell us about it

Please, ensure your title is less than 63 characters long and starts with a capital
letter.
In 4.5.0 (NS 6.x) , invoking the camera without an options object brings up the camera, but crashes the app when the photo is selected.

Which platform(s) does your issue occur on?

iOS, actual device

Please, provide the following version numbers that your issue occurs with:

  • CLI: 6.5.0
  • Cross-platform modules: 6.3.2
  • Runtime: tns-ios 6.3.0

Please, tell us how to recreate the issue in as much detail as possible.

Take a picture, click on Use Photo.

Is there any code involved?

camera.takePicture().then(function (imageAsset) { var picture_taken = imageAsset; ...

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

No branches or pull requests

1 participant