Skip to content

Commit

Permalink
This lets the default window layering do it's thing. Fixes #334. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Oct 29, 2018
1 parent 10a0669 commit c24bb46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ios/CDVUIInAppBrowser.m
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@ - (void)show:(CDVInvokedUrlCommand*)command
}
UIViewController *tmpController = [[UIViewController alloc] init];
[tmpWindow setRootViewController:tmpController];
double baseWindowLevel = [UIApplication sharedApplication].keyWindow.windowLevel;
[tmpWindow setWindowLevel:baseWindowLevel+1];

[tmpWindow makeKeyAndVisible];
[tmpController presentViewController:nav animated:YES completion:nil];
Expand Down

0 comments on commit c24bb46

Please sign in to comment.