You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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; ...
The text was updated successfully, but these errors were encountered:
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:
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;
...The text was updated successfully, but these errors were encountered: