Skip to content

Commit

Permalink
[TIMOB-25314] : iOS camera with overlay view is zoomed (#9818)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysingh-axway authored and hansemannn committed May 23, 2018
1 parent f0c51e4 commit e5c1494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/MediaModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@ - (void)showPicker:(NSDictionary *)args isCamera:(BOOL)isCamera
if (transform != nil) {
ENSURE_TYPE(transform, Ti2DMatrix);
[picker setCameraViewTransform:[transform matrix]];
} else if (cameraView != nil && customPicker) {
} else if (cameraView != nil && customPicker && ![TiUtils boolValue:@"showControls" properties:args def:YES]) {
//No transforms in popover
CGSize screenSize = [[UIScreen mainScreen] bounds].size;
UIInterfaceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation];
Expand Down

0 comments on commit e5c1494

Please sign in to comment.