1.1.2 • Published 6 years ago
@cqlinkoff/wk-bridge v1.1.2
wk-bridge
Bridge between Native and Web, based on WKWebView and compatible Android
Install
npm i @cqlinkoff/wk-bridgeUse
import WKBridge from '@cqlinkoff/wk-bridge'
const bridge = new WKBridge({
  namespace: 'namespace'
})
bridge.postMessage(handler, data)API
new WKBridge(options)
create WKBridge instance
- options:- namespace: namespace which inject by Android WebView
 
postMessage(handler, data)
call native method
- handler: native method name
- data: arguments