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
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).
Fixed
- 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).
Removed
- Remove
QUERY_ALL_PACKAGES
permission by @edusperoni (#87).
Release 3.1.2
Fixed
- Fix
README
package distribution.
Release 3.1.1
Fixed
- Fix issues with
navigationBarColor
andnavigationBarDividerColor
Android options.
Release 3.1.0
Added
- Add
navigationBarColor
andnavigationBarDividerColor
options by @jdnichollsc. - Add try catch block to
Safari View Controller
andChromeTabs
to validate the url.
Fixed
- Fix invalid scheme with iOS 14.5.
- Fix
openAuth
crashed 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
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.
Fixed
- 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.
Release 2.3.0
Added
- Added
ephemeralWebSession
option to supportsephemeralWebBrowserSession
on 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
cancel
before to check the url of the last redirection from Android.
Release 2.1.1
Fixed
- Fixed issue about
headers
option not working from Android #16.