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).
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?