[GitHub] cordova-plugin-camera issue #282: Fix camera permissions bug on video stream...

2017-09-04 Thread zds-jack
Github user zds-jack commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/282 android 6.0.1 cordova-plugin-camera 2.4.1 I have two questions: 1.

[GitHub] cordova-plugin-camera issue #282: Fix camera permissions bug on video stream...

2017-07-21 Thread douglasmoraisdev
Github user douglasmoraisdev commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/282 > The code you link to (step 4 of the guide) doesn't use cordova-plugin-camera's JS API. It uses: @filmaj, yes, you're right. But this is a html5 web codage, if

[GitHub] cordova-plugin-camera issue #282: Fix camera permissions bug on video stream...

2017-07-20 Thread filmaj
Github user filmaj commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/282 The code you link to (step 4 of the guide) doesn't use cordova-plugin-camera's JS API. It uses: ``` navigator.getUserMedia = navigator.getUserMedia ||

[GitHub] cordova-plugin-camera issue #282: Fix camera permissions bug on video stream...

2017-07-20 Thread douglasmoraisdev
Github user douglasmoraisdev commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/282 As I mentioned earlier, I am developing a WebRTC application based on Google WebRTC Codelabs. (https://codelabs.developers.google.com/codelabs/webrtc-web/). If you try to

[GitHub] cordova-plugin-camera issue #282: Fix camera permissions bug on video stream...

2017-07-20 Thread filmaj
Github user filmaj commented on the issue: https://github.com/apache/cordova-plugin-camera/pull/282 @douglasmoraisdev how can I test that this change is needed? Is there a particular camera API i need to access on API 24+ to see the failure? Just want to reproduce the failed / fixed