Skip to content

Releases: proyecto26/nativescript-inappbrowser

Release 3.2.0

02 Aug 06:07
31d9d7e
Compare
Choose a tag to compare

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

Removed

Release 3.1.2

28 Jun 15:22
Compare
Choose a tag to compare

Fixed

  • Fix README package distribution.

Release 3.1.1

28 Jun 15:09
1ef45c6
Compare
Choose a tag to compare

Fixed

  • Fix issues with navigationBarColor and navigationBarDividerColor Android options.

Release 3.1.0

27 Jun 07:11
432d346
Compare
Choose a tag to compare

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.

Release 3.0.2

02 Feb 22:54
25bba0d
Compare
Choose a tag to compare

Fixed

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

Release 3.0.1

30 Nov 06:40
efe2ebe
Compare
Choose a tag to compare

Fixed

Release 3.0.0

30 Oct 22:27
71db068
Compare
Choose a tag to compare

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.

Release 2.3.0

09 Apr 06:02
Compare
Choose a tag to compare

Added

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

Release 2.2.0

15 Nov 05:07
23adc01
Compare
Choose a tag to compare

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

15 Nov 01:39
38d24fc
Compare
Choose a tag to compare

Fixed

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