Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.9.0
-
None
-
None
Description
Reproduction steps:
1. create a new cordova app
2. add the camera plugin, version 0.2.9 (latest)
3. add the window8 platform
4. use getPicture with targetWidth and targetHeight set
Result:
No picture data is returned, the error callback is hit with the message "File not found"
If you remove targetwidth and targetheight, the camera plugin works.
Expected:
camera plugin should work with targetWidth and targetHeight set