Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Release v1.4.0

Compare
Choose a tag to compare
@matei-radu matei-radu released this 01 Mar 09:57

Added

  • Object InAppBrowser with methods:
    • open as a drop-in replacement for openInApp,
    • configure as a drop-in replacement for initialize,
    • close as a drop-in replacement for closeInAppInstance.

Deprecated

The following functions have been deprecated. Please see
Deprecated Features for migration paths and rationale for these changes.

  • openInApp, use InAppBrowser.open instead.
  • initialize, use InAppBrowser.configure instead.
  • closeInAppInstance, use InAppBrowser.close instead.