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 9c53a75 commit cf2eb70Copy full SHA for cf2eb70
dsbridge/DWKWebView.m
@@ -391,6 +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)
395
[self evaluateJavaScript:[NSString stringWithFormat:@"window._handleMessageFromNative(%@)",json]
396
completionHandler:nil];
397
}
0 commit comments