mirror of
https://github.com/shuto-cn/cordova-plugin-inappbrowser.git
synced 2026-04-16 00:00:05 +08:00
This commit is contained in:
@@ -258,8 +258,6 @@ static CDVUIInAppBrowser* instance = nil;
|
||||
}
|
||||
UIViewController *tmpController = [[UIViewController alloc] init];
|
||||
[tmpWindow setRootViewController:tmpController];
|
||||
double baseWindowLevel = [UIApplication sharedApplication].keyWindow.windowLevel;
|
||||
[tmpWindow setWindowLevel:baseWindowLevel+1];
|
||||
|
||||
[tmpWindow makeKeyAndVisible];
|
||||
[tmpController presentViewController:nav animated:YES completion:nil];
|
||||
|
||||
Reference in New Issue
Block a user