wendux / DSBridge-IOS

:earth_asia: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.
1.95k stars 303 forks source link

第二次调用不成功 #126

Open Coder-Star opened 4 years ago

Coder-Star commented 4 years ago

Webview缓存起来 第一次调用成功 但是第二次调用就不成功了

Fanny414yxf commented 2 years ago

typedef void (^JSCallback)(NSString * _Nullable result,BOOL complete); 注意:complete设置为NO if(complete){ del=[@"delete window." stringByAppendingString:cb]; }