@cqlinkoff/wk-bridge

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

Usage no npm install needed!

<script type="module">
  import cqlinkoffWkBridge from 'https://cdn.skypack.dev/@cqlinkoff/wk-bridge';
</script>

README

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