@cqlinkoff/wk-bridge
v1.1.2
Published
Bridge between Native and Web, based on WKWebView and compatible Android
Downloads
5
Readme
wk-bridge
Bridge between Native and Web, based on WKWebView and compatible Android
Install
npm i @cqlinkoff/wk-bridge
Use
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 namedata
: arguments