Tencent / VasSonic

VasSonic is a lightweight and high-performance Hybrid framework developed by tencent VAS team, which is intended to speed up the first screen of websites working on Android and iOS platform.
Other
11.81k stars 1.61k forks source link

【iOS】使用问题 #234

Closed xiaohuapunk closed 6 years ago

xiaohuapunk commented 6 years ago

您好,pod 引用的并没有 - (void)getDiffData:(NSDictionary *)option withCallBack:(JSValue *)jscallback 这个方法,看demo中是在 SonicJSContext 文件中,这个需要自己实现吗?

zyprosoft commented 6 years ago

这个是jsapi的回调方式,如果你们有自己的jsapi可以走自己的方式回调给页面,比如如果你是使用的WebViewJavascriptBridge这个库,就可以走自己的方法回调这个差异数据给页面。这里只是在没有自己的jsapi的方式下,采用映射js方法的方式来回调数据给页面。