New fix attempt
This commit is contained in:
commit
4376ddabcd
@ -280,7 +280,9 @@ static CDVWKInAppBrowser* instance = nil;
|
|||||||
_waitForBeforeload = ![_beforeload isEqualToString:@""];
|
_waitForBeforeload = ![_beforeload isEqualToString:@""];
|
||||||
|
|
||||||
[self.inAppBrowserViewController navigateTo:url];
|
[self.inAppBrowserViewController navigateTo:url];
|
||||||
[self show:nil withNoAnimate:browserOptions.hidden];
|
if (!browserOptions.hidden) {
|
||||||
|
[self show:nil withNoAnimate:browserOptions.hidden];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)show:(CDVInvokedUrlCommand*)command{
|
- (void)show:(CDVInvokedUrlCommand*)command{
|
||||||
|
Loading…
Reference in New Issue
Block a user