DSBridge-Android
DSBridge-Android copied to clipboard
:earth_americas: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.

dsbridge.js:4 Uncaught ReferenceError: module is not defined at dsbridge.js:4
compileSdkVersion 29 buildToolsVersion "29.0.0" defaultConfig { applicationId "com.leeno.abc" minSdkVersion 15 targetSdkVersion 26 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } 请问这是什么情况?
window._handleMessageFromNative is not a function
请更新一下 x5 的 jar 包,最新版本已经是 v4.3 了,当前库还是 v3.6 。
We found that your app is using Tencent TBS SDK which contains code to download executable code (e.g. dex, JAR, .so files) from a source other than Google Play. If...
ERROR in E:/work/fileserver/client/mobileweb/node_modules/dsbridge/index.d.ts(2,5): 2:5 'call', which lacks return-type annotation, implicitly has an 'any' return type. 1 | interface DSBridge{ > 2 | call(handlerName:string,args?:any,responseCallback?:(retValue:any)=>void); | ^ 3 | register(handlerName:string,handler:()=>any); 4 |...