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 e18c4e4 commit 6b39d0eCopy full SHA for 6b39d0e
CordovaLib/Classes/Private/Plugins/CDVHandleOpenURL/CDVHandleOpenURL.m
@@ -64,7 +64,7 @@ - (void)processOpenUrl:(NSURL*)url pageLoaded:(BOOL)pageLoaded
64
};
65
66
if (!pageLoaded) {
67
- NSString* jsString = @"document.readystate";
+ NSString* jsString = @"document.readyState";
68
[self.webViewEngine evaluateJavaScript:jsString
69
completionHandler:^(id object, NSError* error) {
70
if ((error == nil) && [object isKindOfClass:[NSString class]]) {
0 commit comments