1.1.2 • Published 6 years ago

@cqlinkoff/wk-bridge v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

wk-bridge

Bridge between Native and Web, based on WKWebView and compatible Android

node npm license Build Status Standard - JavaScript Style Guide Coverage Status

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 name
  • data: arguments