-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.0
-
Fix Version/s: None
-
Component/s: cordova-plugin-camera, cordova-wp8 (DEPRECATED)
-
Labels:None
-
Environment:
Tested on Visual Studio Emulator and Nokia Lumia 920
It seesms like navigator.camera.getPicture with the targetWidth and targetHeight loses aspect ratio on WP8.
navigator.camera.getPicture(onPhotoDataSuccess, onFail,
);
Returns a image which is 640px*640px although the cameras aspect ratio is 1,5:1
The same app built for Android is OK.