-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.9.0
-
Fix Version/s: None
-
Component/s: cordova-plugin-camera, cordova-windows
-
Labels:None
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