This commit is contained in:
parent
10a06691f9
commit
c24bb46965
@ -258,8 +258,6 @@ static CDVUIInAppBrowser* instance = nil;
|
|||||||
}
|
}
|
||||||
UIViewController *tmpController = [[UIViewController alloc] init];
|
UIViewController *tmpController = [[UIViewController alloc] init];
|
||||||
[tmpWindow setRootViewController:tmpController];
|
[tmpWindow setRootViewController:tmpController];
|
||||||
double baseWindowLevel = [UIApplication sharedApplication].keyWindow.windowLevel;
|
|
||||||
[tmpWindow setWindowLevel:baseWindowLevel+1];
|
|
||||||
|
|
||||||
[tmpWindow makeKeyAndVisible];
|
[tmpWindow makeKeyAndVisible];
|
||||||
[tmpController presentViewController:nav animated:YES completion:nil];
|
[tmpController presentViewController:nav animated:YES completion:nil];
|
||||||
|
Loading…
Reference in New Issue
Block a user