@tef-novum/webview-bridge
Advanced tools
Changelog
v.3.1.0 - 2021-09-06
setActionBehavior
method to allow defining the behavior of close and
back buttons in webviewsChangelog
v.3.0.0 - 2021-07-22
webview-bridge
will be disabled inside iframes by
default. It can be enabled by setting a data-enable-webview-bridge
property to the iframe
element.Changelog
v.2.18.1 - 2020-08-27
TrackingEvent
type to be readonly
, so analytics functions can accept
immutable events too.Changelog
v.2.18.0 - 2020-07-07
getCustomerHash
. Fetches the current customer subscription hash
from the native app (for tracking purposes). For this method to return a
valid hash, the setCustomerHash
method has to have been called before
(typically done from account dashboard page)