Skip to content

Commit

Permalink
force overlay to show
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorCoding committed May 31, 2019
1 parent ed477e6 commit 3bf2a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ios/CameraPreview.m
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ - (void) startCamera:(CDVInvokedUrlCommand*)command {

[self.webView.superview insertSubview: self.overlayImageView aboveSubview:self.cameraRenderController.view];
[self.webView.superview bringSubviewToFront: self.overlayImageView];
[self.overlayImageView setHidden:NO];
// Setup session
self.sessionManager.delegate = self.cameraRenderController;

Expand Down

0 comments on commit 3bf2a1d

Please sign in to comment.