MobileChromeApps / chrome-app-developer-tool

Mirror of Apache Cordova app harness
Other
202 stars 33 forks source link

CADT should handle media permissions #16

Closed drkemp closed 9 years ago

drkemp commented 10 years ago

manifest permissions videoCapture and audioCapture should be handled and install appropriate plugins (map at least RECORD_AUDIO and CAMERA on Android)

g105b commented 10 years ago

+1 from me. using cca run android allows getUserMedia, but using cca push with CADT does not (although it silently fails, providing no feedback whatsoever as to what went wrong).

mmocny commented 10 years ago

This is almost certainly solved with a new release of CADT which we plan to do this week! Will leave this open to double check, and @kamrik for the heads up.

g105b commented 9 years ago

Great work, this project is really coming on nicely.