Please check if your PR fulfills the following requirements:
[x ] The changes have been tested successfully.
1) Camera Plugin
As you mentioned in description
### Using the Camera Plugin
Disabling screenshots can interfere with plugins that hide the WebView like the Camera plugin. To avoid issues call `disable` before using a plugin and then `enable` after you are finished.
we can listen for AVCaptureSessionDidStartRunning and AVCaptureSessionDidStopRunning and enable screenshots without disabling and enabling Privacy mode
Pull request checklist
Please check if your PR fulfills the following requirements:
1) Camera Plugin
As you mentioned in description
we can listen for
AVCaptureSessionDidStartRunning
andAVCaptureSessionDidStopRunning
and enable screenshots withoutdisabling
andenabling
Privacy mode2) Blur effect instead of default grey