GitHub user thedoorbell opened a pull request:

    https://github.com/apache/cordova-plugin-camera/pull/219

    Dont work camera on Android

    Last plugin version. iOS works fine, when try to open camera/gallery on 
Android - nothing happens both in devices and emulator (no matter what 
version). 
    
    ```
     $scope.takePhoto = function () {
            var options = {
                quality: 75,
                destinationType: Camera.DestinationType.DATA_URL,
                sourceType: Camera.PictureSourceType.CAMERA,
                allowEdit: false,
                encodingType: Camera.EncodingType.JPEG,
                targetWidth: 217,
                targetHeight: 217,
                popoverOptions: CameraPopoverOptions,
                saveToPhotoAlbum: false
            };  
    ```
    
    Tried to remove and add plugin and thats doesnt help... What shout I do?

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/cordova-plugin-camera master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-camera/pull/219.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #219
    
----
commit daf5fa48dd961482a00957557d0bc80a1abaec8b
Author: Steve Gill <stevengil...@gmail.com>
Date:   2016-04-15T20:45:27Z

    CB-11091 Incremented plugin version.

commit 6d058fe9e7987e4b495e656cd4e9b347f82c26fa
Author: Mikejo5001 <m.jones...@outlook.com>
Date:   2016-04-08T22:38:19Z

    CB-11003: Added Sample section to the Camera plugin README
    
    This closes #203

commit 0ba547cd3c03dae16904a2dde2027432772d9546
Author: Alexander Sorokin <alexander.soro...@akvelon.com>
Date:   2016-04-21T11:16:47Z

    CB-11128 Appum tests: Fixed some of the flaky failures

commit bfaef0ff252279cd795b478c79c7c08b2c2fddbd
Author: Dmitry Blotsky <dmitry.blot...@gmail.com>
Date:   2016-04-23T02:35:40Z

    CB-10996 Adding front matter to README.md

commit 68e18a97d15835049fbfcb7b4767edb67d4c9fb3
Author: Alexander Sorokin <alexander.soro...@akvelon.com>
Date:   2016-04-25T14:37:48Z

    CB-11147 Appium tests: generate descriptive spec names

commit d4a55f20ec1164f521f487110318e0fa431644d8
Author: Steve Gill <stevengil...@gmail.com>
Date:   2016-04-27T23:22:18Z

    CB-11165 removed peer dependency

commit 57b177f3fb84d752aeef964117bb4aa148df474d
Author: Alexander Sorokin <alexander.soro...@akvelon.com>
Date:   2016-04-27T15:02:48Z

    CB-11162 Appium tests: retry spec on failure

commit af98d57417514cc1f3ecd89d0c1f4e4319b139cb
Author: Keith M <kei...@aoeex.com>
Date:   2016-05-07T23:51:58Z

    CB-11227 browser: Fix incorrect mime type
    
     This closes #211

commit 2a7469e065e9c1e48493689a584d8ceb420467e8
Author: Nikhil Khandelwal <nikhi...@microsoft.com>
Date:   2016-05-10T00:00:51Z

    Stale PRs: closes #149, closes #148, closes #155, closes #107, closes #71, 
closes #55, closes #14

commit 7551778e13ff96d1d712b7e7d2caa87ad079ca71
Author: Keith M <kei...@aoeex.com>
Date:   2016-05-07T18:36:33Z

    CB-10139 browser: Respect target width and height
    
     This closes #210

commit 39bff2f41dd38e64d4f90dc14c7a9b67c847065f
Author: Keith M <kei...@aoeex.com>
Date:   2016-05-08T00:49:30Z

    CB-11228 browser: Add classes for styling purposes
    
     This closes #212

commit cf35b1bb2a880398fc201d184af28a37ac3651b5
Author: Nikhil Khandelwal <nikhi...@microsoft.com>
Date:   2016-05-10T18:35:48Z

    Add pull request template. This closes #213

commit 2eef09686173cb0ea6f62b29953b702769f88858
Author: Richard Knoll <richard.b.kn...@gmail.com>
Date:   2016-05-13T19:14:03Z

    Moving message in PR template to a comment

commit 0115458ce8c0ab3476ddf5f2bf4ba3d5452965cb
Author: Julio César <jcesarmob...@gmail.com>
Date:   2016-05-16T17:43:01Z

    Set android quality default value to 50 on the java code
    
    Default value is set to 80 on the java code, but doc says that default
    value is 50.
    
    I’m changing it just for making code clearer, but default value is set
    to 50 to all platforms in Camera.js if no value is passed

commit cc840b6cef649c5cdd523a467e656d93355bd326
Author: Nikhil Khandelwal <nikhi...@microsoft.com>
Date:   2016-05-16T19:48:57Z

    Closing stale PRs. Close #147

commit 3586ea58a20e9a8558fd3472e7e791e909304a15
Author: Nikhil Khandelwal <nikhi...@microsoft.com>
Date:   2016-05-16T19:51:33Z

    Closing stale PRs. Close #167

commit a831e15a917eb8666be91e23869e7fb0263e5782
Author: Mikejo5001 <m.jones...@outlook.com>
Date:   2016-04-26T20:30:38Z

    fixed some bad formatting that hid HTML tags and added link to sample
    
     This closes #207

commit f283502545aac4c90522e85760c108f16a4930ad
Author: Raghav Katyal <rakat...@microsoft.com>
Date:   2016-05-17T18:38:59Z

    Closing stale PRs. This closes #85, closes #93

commit d7ca7edf8826f9d8e2bfbeb36eff9eaeeb2e9adb
Author: Raghav Katyal <rakat...@microsoft.com>
Date:   2016-05-17T21:10:36Z

    Closing stale PRs. This closes #114, closes #104

commit 278b5277027ba62d621cbc2dea10079abb2ef0c9
Author: Alexander Sorokin <alexander.soro...@akvelon.com>
Date:   2016-05-18T08:48:29Z

    CB-11183 Appium tests: Added image verification

commit dcc81bfbe16244cb460d3c5da79fe6ec22795ce7
Author: Alexander Sorokin <alexander.soro...@akvelon.com>
Date:   2016-05-11T14:51:43Z

    CB-11232 Appium tests: fixed element tapping on iOS 9

commit a05f169984aff9b1db1ddf4f04618b78c2b81664
Author: Alexander Sorokin <alexander.soro...@akvelon.com>
Date:   2016-05-19T15:08:07Z

    CB-11296: Appium: Better element clicking and session error handling

commit 8a7326969f8a62ce387a7eef2983b6b154ca2e4e
Author: Vladimir Kotikov <kotikov.vladi...@gmail.com>
Date:   2016-06-10T08:14:03Z

    Add badges for paramedic builds on Jenkins

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to