Skip to content

Commit c24bb46

Browse files
committed
This lets the default window layering do it's thing. Fixes #334. Fixes #314.
1 parent 10a0669 commit c24bb46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ios/CDVUIInAppBrowser.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ - (void)show:(CDVInvokedUrlCommand*)command
258258
}
259259
UIViewController *tmpController = [[UIViewController alloc] init];
260260
[tmpWindow setRootViewController:tmpController];
261-
double baseWindowLevel = [UIApplication sharedApplication].keyWindow.windowLevel;
262-
[tmpWindow setWindowLevel:baseWindowLevel+1];
263261

264262
[tmpWindow makeKeyAndVisible];
265263
[tmpController presentViewController:nav animated:YES completion:nil];

0 commit comments

Comments
 (0)