We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10a0669 + c24bb46 commit 27fe8ecCopy full SHA for 27fe8ec
src/ios/CDVUIInAppBrowser.m
@@ -258,8 +258,6 @@ - (void)show:(CDVInvokedUrlCommand*)command
258
}
259
UIViewController *tmpController = [[UIViewController alloc] init];
260
[tmpWindow setRootViewController:tmpController];
261
- double baseWindowLevel = [UIApplication sharedApplication].keyWindow.windowLevel;
262
- [tmpWindow setWindowLevel:baseWindowLevel+1];
263
264
[tmpWindow makeKeyAndVisible];
265
[tmpController presentViewController:nav animated:YES completion:nil];
0 commit comments