Releases: proyecto26/nativescript-inappbrowser
Releases · proyecto26/nativescript-inappbrowser
Release 3.2.0
Added
- Add custom size option to iOS formSheet Modal by @ShaneMckenna23 (#91).
- Add
includeReferrerto allow adding android package name as referrer for website to track by @vincent-paing (#95). - Add
warmupandmayLaunchUrlfunctions for optimization in Android by @vincent-paing (#97).
Fixed
- Complete migration to ns8 and fix build issues by @rigor789 (#92).
- Fix support for
Metadata Filteringfrom Android by @jcassidyav (#93). - Avoid stringifying null redirect url by @rmartin48 (#99).
- Fix auth redirection logic by @jdnichollsc (#100).
Removed
- Remove
QUERY_ALL_PACKAGESpermission by @edusperoni (#87).
Release 3.1.2
Fixed
- Fix
READMEpackage distribution.
Release 3.1.1
Fixed
- Fix issues with
navigationBarColorandnavigationBarDividerColorAndroid options.
Release 3.1.0
Added
- Add
navigationBarColorandnavigationBarDividerColoroptions by @jdnichollsc. - Add try catch block to
Safari View ControllerandChromeTabsto validate the url.
Fixed
- Fix invalid scheme with iOS 14.5.
- Fix
openAuthcrashed when going to be closed and then press the cancel button.
Release 3.0.2
Release 3.0.1
Fixed
- Fix colors not working with instance of Color by @farfromrefug (#50).
Release 3.0.0
Added
- {N} 7 updates by @NathanWalker (#40).
- Added
hasBackButtonoption 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
browserPackageoption to use a Package name of a browser to be used to handle Custom Tabs. - Added
showInRecentsoption to determine whether browsed website should be shown as separate entry in Android recents/multitasking view.
Fixed
- Android
isAvailablemethod checks Custom Tab support. - Added a null check for
redirectResolveinsafariViewControllerDidFinish. - Fixed
AppStateActiveOnceevent listener. - Disable swipe to dismiss gesture for modal.
Release 2.3.0
Added
- Added
ephemeralWebSessionoption to supportsephemeralWebBrowserSessionon iOS 13. - Fix issue loading initial url from Android resume event for authentication purposes.
Release 2.2.0
Added
- Validate if the type of the auth result is different to
cancelbefore to check the url of the last redirection from Android.
Release 2.1.1
Fixed
- Fixed issue about
headersoption not working from Android #16.