capacitor-camera-module 0.0.54 → 0.0.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -194,6 +194,10 @@ public class CameraModulePlugin: CAPPlugin,CAPBridgedPlugin,AVCaptureVideoDataOu
194
194
 
195
195
  previewView.layer.insertSublayer(previewLayer, at: 0)
196
196
 
197
+ if let webView = self.bridge?.webView {
198
+ container.bringSubviewToFront(webView)
199
+ }
200
+
197
201
  self.previewView = previewView
198
202
  self.videoPreviewLayer = previewLayer
199
203
  self.captureSession = session
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-camera-module",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "description": "Plugin to request permissiones view camera take phots",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",