Nativescript Inappbrowser Versions Save

📱InAppBrowser for NativeScript (Android & iOS) 🤘

v3.2.0

1 year ago

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 and mayLaunchUrl 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).

v3.1.2

2 years ago

Fixed

  • Fix README package distribution.

v3.1.1

2 years ago

Fixed

  • Fix issues with navigationBarColor and navigationBarDividerColor Android options.

v3.1.0

2 years ago

Added

  • Add navigationBarColor and navigationBarDividerColor options by @jdnichollsc.
  • Add try catch block to Safari View Controller and ChromeTabs 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.

v3.0.2

3 years ago

Fixed

  • Fix wrong param passed to parseColor method by @ronalson (#56).

v3.0.1

3 years ago

Fixed

v3.0.0

3 years ago

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 in safariViewControllerDidFinish.
  • Fixed AppStateActiveOnce event listener.
  • Disable swipe to dismiss gesture for modal.

v2.3.0

4 years ago

Added

  • Added ephemeralWebSession option to supports ephemeralWebBrowserSession on iOS 13.
  • Fix issue loading initial url from Android resume event for authentication purposes.

v2.2.0

4 years ago

Added

  • Validate if the type of the auth result is different to cancel before to check the url of the last redirection from Android.

v2.1.1

4 years ago

Fixed

  • Fixed issue about headers option not working from Android #16.