diff --git a/src/ios/CDVInAppBrowser.m b/src/ios/CDVInAppBrowser.m index e8aced7..c9ebad2 100644 --- a/src/ios/CDVInAppBrowser.m +++ b/src/ios/CDVInAppBrowser.m @@ -243,7 +243,7 @@ UIWindow *tmpWindow = [[UIWindow alloc] initWithFrame:frame]; UIViewController *tmpController = [[UIViewController alloc] init]; [tmpWindow setRootViewController:tmpController]; - [tmpWindow setWindowLevel:UIWindowLevelAlert]; + [tmpWindow setWindowLevel:UIWindowLevelNormal]; [tmpWindow makeKeyAndVisible]; [tmpController presentViewController:nav animated:YES completion:nil];