Skip to content

Commit

Permalink
Merge pull request #336 from purplecabbage/windowlevel
Browse files Browse the repository at this point in the history
This lets the default window layering do it's thing.
  • Loading branch information
purplecabbage committed Oct 29, 2018
2 parents 10a0669 + c24bb46 commit 27fe8ec
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 27fe8ec

Please sign in to comment.