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 cf2eb70 commit 1c842bfCopy full SHA for 1c842bf
dsbridge/DWKWebView.m
@@ -391,7 +391,7 @@ - (void)dispatchStartupQueue{
391
- (void) dispatchJavascriptCall:(DSCallInfo*) info{
392
NSString * json=[JSBUtil objToJsonString:@{@"method":info.method,@"callbackId":info.id,
393
@"data":[JSBUtil objToJsonString: info.args]}];
394
- NSLog("dispatchJavascriptCall:%@",json)
+ NSLog(@"dispatchJavascriptCall:%@",json);
395
[self evaluateJavaScript:[NSString stringWithFormat:@"window._handleMessageFromNative(%@)",json]
396
completionHandler:nil];
397
}
0 commit comments