Skip to content

Commit 27fe8ec

Browse files
Merge pull request #336 from purplecabbage/windowlevel
This lets the default window layering do it's thing.
2 parents 10a0669 + c24bb46 commit 27fe8ec

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)