All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.2.0 - 2022-08-02
- Add custom size option to iOS formSheet Modal by @ShaneMckenna23 (#91).
- Add
includeReferrer
to allow adding android package name as referrer for website to track by @vincent-paing (#95). - Add
warmup
andmayLaunchUrl
functions for optimization in Android by @vincent-paing (#97).
- Complete migration to ns8 and fix build issues by @rigor789 (#92).
- Fix support for
Metadata Filtering
from Android by @jcassidyav (#93). - Avoid stringifying null redirect url by @rmartin48 (#99).
- Fix auth redirection logic by @jdnichollsc (#100).
- Remove
QUERY_ALL_PACKAGES
permission by @edusperoni (#87).
3.1.2 - 2021-06-28
- Fix
README
package distribution.
3.1.1 - 2021-06-28
- Fix issues with
navigationBarColor
andnavigationBarDividerColor
Android options.
3.1.0 - 2021-06-27
- Add
navigationBarColor
andnavigationBarDividerColor
options by @jdnichollsc. - Add try catch block to
Safari View Controller
andChromeTabs
to validate the url.
- Fix invalid scheme with iOS 14.5.
- Fix
openAuth
crashed when going to be closed and then press the cancel button.
3.0.2 - 2020-02-01
3.0.1 - 2020-11-30
- Fix colors not working with instance of Color by @farfromrefug (#50).
3.0.0 - 2020-10-30
- {N} 7 updates by @NathanWalker (#40).
- Added
hasBackButton
option to sets a back arrow instead of the default X icon to close the custom tab. - Added default browser configuration for custom tab if any.
- Added
browserPackage
option to use a Package name of a browser to be used to handle Custom Tabs. - Added
showInRecents
option to determine whether browsed website should be shown as separate entry in Android recents/multitasking view.
- Android
isAvailable
method checks Custom Tab support. - Added a null check for
redirectResolve
insafariViewControllerDidFinish
. - Fixed
AppStateActiveOnce
event listener. - Disable swipe to dismiss gesture for modal.
2.3.0 - 2020-04-08
- Added
ephemeralWebSession
option to supportsephemeralWebBrowserSession
on iOS 13. - Fix issue loading initial url from Android resume event for authentication purposes.
2.2.0 - 2019-11-14
- Validate if the type of the auth result is different to
cancel
before to check the url of the last redirection from Android.
2.1.1 - 2019-11-14
- Fixed issue about
headers
option not working from Android #16.
2.1.0 - 2019-11-13
- Added support for
automatic
modal presentation style from iOS. - Added
enableBarCollapsing
option to determines whether the browser's tool bars will collapse or not from iOS.
- Fixed issue with
ASWebAuthenticationSession
to 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
.
2.0.0 - 2019-07-27
- 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
,modalPresentationStyle
andmodalTransitionStyle
properties for iOS options. - Present the SafariViewController modally or as push instead using the
modalEnabled
property. - Add workaround to dismiss SafariViewController without animation.
- 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.
1.0.0 - 2019-05-06
- Create
InAppBrowser for NativeScript
library inspired by React Native InAppBrowser. - 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.