diff --git a/src/ios/CDVUIInAppBrowser.m b/src/ios/CDVUIInAppBrowser.m index 51f8122d1..501987a58 100644 --- a/src/ios/CDVUIInAppBrowser.m +++ b/src/ios/CDVUIInAppBrowser.m @@ -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];