This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
Release v1.4.0
Added
- Object
InAppBrowser
with methods:open
as a drop-in replacement foropenInApp
,configure
as a drop-in replacement forinitialize
,close
as a drop-in replacement forcloseInAppInstance
.
Deprecated
The following functions have been deprecated. Please see
Deprecated Features for migration paths and rationale for these changes.
openInApp
, useInAppBrowser.open
instead.initialize
, useInAppBrowser.configure
instead.closeInAppInstance
, useInAppBrowser.close
instead.