React Native Inappbrowser Versions Save

📱InAppBrowser for React Native (Android & iOS) 🤘

v3.7.0

1 year ago

Added

  • Add custom size option to iOS formSheet Modal by @ShaneMckenna23 (#331).
  • Add warmup and mayLaunchUrl functions for optimization in Android by @vincent-paing (#341).
  • Add includeReferrer to allow adding android package name as referrer for website to track by @vincent-paing (#342).

Changed

  • Export options types by @rrebase (#324).
  • Upgrade build configuration to use sdk 31 instead by @vincent-paing (#340).
  • Upgraded dependency org.greenrobot:eventbus to 3.1.0 due to build issue by @chrismerino (#347).

Fixed

  • Avoid stringifying null redirect url by @rmartin48 (#286).
  • Replaced jCenter with Maven by @matteodanelli (#320).
  • Fix StatusBar prop name in README example @rrebase (#322).
  • Fix redirection logic and update example project by @jdnichollsc (#371).

Removed

  • Remove deprecated removeEventListener() calls with backward compatibility by @TheWirv (#297).
  • Remove QUERY_ALL_PACKAGES permission by @androideveloper (#335).

v3.6.3

2 years ago

Fixed

  • fix(android): Fix error com.facebook.react.bridge.NoSuchKeyException by @thuongtv-vn (#283).

v3.6.2

2 years ago

Fixed

  • Fix Build failed. Error cannot find symbol builder.setNavigationBarColor error for Android Support by @reberthkss and @jdnichollsc (#281).

v3.6.1

2 years ago

Added

  • Add try catch block to CustomTabs logic to validate the url.

v3.6.0

2 years ago

Added

  • Add navigationBarColor and navigationBarDividerColor options by @jdnichollsc.
  • Add try catch block to Safari View Controller logic by @Opstrup (#216).

Fixed

  • Fix invalid scheme with iOS 14.5 by @SimonIT (#262).
  • Make InAppBrowserOptions exact typed by @ronal2do (#258).
  • Fix openAuth crashed when going to be closed and then press the cancel button by @hikouki (#250).
  • Import Alert component for example code block by @orcuntuna (#209).

v3.5.1

3 years ago

Fixed

  • Removed files option from package.json to use .npmignore instead.
  • Added hasBackButton to index.d.ts for typescript by @sharifhh (#200).

v3.5.0

3 years ago

Added

  • Added hasBackButton option to sets a back arrow instead of the default X icon to close the custom tab by @aitorct (#109).
  • Added default browser configuration for custom tab if any by @thuongtv-vn (#177).
  • 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 by @aitorct (#108).
  • Added a null check for redirectResolve in safariViewControllerDidFinish by @ssuchanowski (#160).
  • Fixed README updating modalPresentationStyle to fullscreen by @Thomazella (#161).
  • Fixed AppStateActiveOnce event listener by @logangouget (#179).

v3.4.0

4 years ago

Added

  • Added ephemeralWebSession option to supports ephemeralWebBrowserSession on iOS 13 by @avenner (#141).
  • Add @ReactModule annotation by @janicduplessis (#94).

Fixed

  • Remove listener of openAuth when closeAuth is called.

v3.3.4

4 years ago

Fixed

v3.3.3

4 years ago

Fixed

  • Remove build warnings with iOS 13 using Pragmas.