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 783c23b commit c6ffd69Copy full SHA for c6ffd69
src/ios/CDVInAppBrowser.m
@@ -243,7 +243,7 @@ - (void)show:(CDVInvokedUrlCommand*)command
243
UIWindow *tmpWindow = [[UIWindow alloc] initWithFrame:frame];
244
UIViewController *tmpController = [[UIViewController alloc] init];
245
[tmpWindow setRootViewController:tmpController];
246
- [tmpWindow setWindowLevel:UIWindowLevelAlert];
+ [tmpWindow setWindowLevel:UIWindowLevelNormal];
247
248
[tmpWindow makeKeyAndVisible];
249
[tmpController presentViewController:nav animated:YES completion:nil];
0 commit comments