0.6.0 • Published 1 year ago

@heap/heap-webview-bridge v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

heap-webview-core

heap-webview-core is an implementation of the Heap manual track SDK for use in webviews. This package has several purposes:

  1. It can be imported into a project using HeapSwiftCore and WKWebView to expose JavaScript. Using Heap.attachWebView from Swift will establish a JavaScript bridge which this package can use directly.
  2. It is used for generating a webpack bundle that is embedded in HeapSwiftCore. Using Heap.attachWebView(..., injectHeapJavaScript: true) will inject a Heap object into you pages, allowing you to call Heap.track directly from HTML without using JavaScript files.
  3. It provides a bridging SDK that is consumed by other projects like HeapCapacitorBridge.
0.6.0

1 year ago

0.5.1

1 year ago

0.1.0

2 years ago