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.
1 parent 10a0669 commit c24bb46Copy full SHA for c24bb46
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