Releases: proyecto26/nativescript-inappbrowser
Releases · proyecto26/nativescript-inappbrowser
Release 2.1.0
Added
- Added support for automaticmodal presentation style from iOS.
- Added enableBarCollapsingoption to determines whether the browser's tool bars will collapse or not from iOS.
Fixed
- Fixed issue with ASWebAuthenticationSessionto support iOS 13 by @cgoboncan-ebsi #14.
- Fixed Android Activity issue closing the browser and restoring the state by using onSaveInstanceState
- Fixed Android auth redirection by using AndroidApplication.activityResumedEvent.
Release 2.0.0
Added
- Android: Migrate to AndroidX by @jdnichollsc (3e7ca9a).
- Include a CHANGELOG.md to see the history of the changes of the project.
- Activating Open Collective and Create CONTRIBUTING.md to see how to contribute.
- Added animated,modalPresentationStyleandmodalTransitionStyleproperties for iOS options.
- Present the SafariViewController modally or as push instead using the modalEnabledproperty.
- Add workaround to dismiss SafariViewController without animation.
BREAKING CHANGES
- Android: You are required to only use either the Support Library or AndroidX for your dependencies. If you need to migrate this library back to the support library, or another library forward to AndroidX, then take a look at the Jetifier tool.
v1.0.0
Release 1.0
Includes:
- Default methods to open and close the embedded browser (open, close) with options.
- Methods to open and close external urls to authenticate the user (openAuth, closeAuth) using deep linking.
- isAvailable method to detect if the device supports the plugin