jamesla / backgroundvideo

A simple Cordova/Phonegap plugin to capture video and then display it onscreen via a transparent overlay without affecting app functionality.
Other
19 stars 34 forks source link

Transparency alpha set to 0, no change #25

Open sabzetro opened 7 years ago

sabzetro commented 7 years ago

Greetings,

I've been using your plugin to record video using Cordova and Intel XDK.

An issue I've been running into is that the transparency over the camera preview (once video has started recording) never disappears.

This is after setting the entire body of the HTML to display:none and manually setting the containerView alpha value to 0.0f (full transparent according to Android API).

Any help with this?

Thread7 commented 6 years ago

I think I am having this same issue. Did you ever come up with a solution?