Skip to content

Commit

Permalink
Merge pull request #25 from OutSystems/feature/fixWebViewFooterIphoneX
Browse files Browse the repository at this point in the history
RMET-552: Fix footer on iPhone X
  • Loading branch information
GFOutsystems authored Mar 18, 2021
2 parents cf43e49 + 7567eb0 commit ffe9500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ios/CDVWKInAppBrowser.m
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@ - (void)close
// Run later to avoid the "took a long time" log message.
dispatch_async(dispatch_get_main_queue(), ^{
isExiting = TRUE;
lastReducedStatusBarHeight = 0.0;
if ([weakSelf respondsToSelector:@selector(presentingViewController)]) {
[[weakSelf presentingViewController] dismissViewControllerAnimated:YES completion:nil];
} else {
Expand Down

0 comments on commit ffe9500

Please sign in to comment.