cordova-plugin-camera
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -81,2 +81,3 @@ <!--- | ||
- BlackBerry 10 | ||
- Firefox OS | ||
- iOS | ||
@@ -106,2 +107,6 @@ - Tizen | ||
### Firefox OS Quirks | ||
Camera plugin is currently implemented using [Web Activities](https://hacks.mozilla.org/2013/01/introducing-web-activities/). | ||
### iOS Quirks | ||
@@ -258,2 +263,22 @@ | ||
### Firefox OS Quirks | ||
- Ignores the `quality` parameter. | ||
- `Camera.DestinationType` is ignored and equals `1` (image file URI) | ||
- Ignores the `allowEdit` parameter. | ||
- Ignores the `PictureSourceType` parameter (user chooses it in a dialog window) | ||
- Ignores the `encodingType` | ||
- Ignores the `targetWidth` and `targetHeight` | ||
- `Camera.MediaType` is not supported. | ||
- Ignores the `correctOrientation` parameter. | ||
- Ignores the `cameraDirection` parameter. | ||
### iOS Quirks | ||
@@ -279,3 +304,5 @@ | ||
- Ignores the `mediaType` property of `cameraOptions` as the Windows Phone SDK does not provide a way to choose videos from PHOTOLIBRARY. | ||
## CameraError | ||
@@ -282,0 +309,0 @@ |
{ | ||
"name": "cordova-plugin-camera", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Cordova Camera Plugin", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -64,1 +64,8 @@ <!-- | ||
* CB-5599 Android: Catch and ignore OutOfMemoryError in getRotatedBitmap() | ||
### 0.2.7 (Feb 05, 2014) | ||
* CB-4919 firefox os quirks added and supported platforms list is updated | ||
* getPicture via web activities | ||
* Documented quirk for CB-5335 + CB-5206 for WP7+8 | ||
* reference the correct firefoxos implementation | ||
* [BlackBerry10] Add permission to access_shared |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
249415
32
683
1