hideCaptureView()
Hide the native camera capture view overlay.
AilaCordovaPlugin.hideCaptureView()
Returns
Promise that resolves when the view is hidden.
Example
AilaCordovaPlugin.scanStop()
.then(() => {
return AilaCordovaPlugin.hideCaptureView();
});
Related
- showCaptureView - Show the overlay