React Native Inappbrowser Versions Save

📱InAppBrowser for React Native (Android & iOS) 🤘

v3.3.2

4 years ago

Fixed

  • Validate if the type of the auth result is different to cancel before to check the url of the last redirection from Android.
  • Fixed issue getting the result of the auth redirection by using AppState to detect Android Activity OnResume event once.

v3.3.1

4 years ago

Fixed

v3.3.0

4 years ago

Fixed

  • Removed waitForRedirectDelay option and fixed race condition from Android to get the response of the redirection (#36)
  • Fixed Android Activity issue closing the browser and restoring the state by using onSaveInstanceState (#60).

v3.2.0

4 years ago

Added

  • Added support for automatic modal presentation style from iOS 13.
  • Added enableBarCollapsing option to determines whether the browser's tool bars will collapse or not from iOS.

Fixed

  • Fixed Browser crashes on iOS 13 when openAuth is used.

v3.1.0

4 years ago

Added

  • Add waitForRedirectDelay option for Android to fix issues dismissing the browser before detecting the redirection with Linking (817f6ec).

v3.0.1

4 years ago

Added

  • Add gradle backward-compatibility for Android Support with Jetifier (#96).
  • Added androidXAnnotation and androidXBrowser properties from rootProject.ext for AndroidX with backward compatibility using supportLibVersion property instead.

v3.0.0

4 years ago

Added

  • Android: Migrate to AndroidX by @jdnichollsc (8a083f2).
  • Start following SemVer with git tags properly 😅.
  • Include a CHANGELOG.md to see the history of the changes of the project.
  • Validate if EventBus of Android is registered before to unregister.
  • Include ESLint config for React Native.
  • Activating Open Collective (#80) and Create CONTRIBUTING.md to see how to contribute.
  • Added animated, modalPresentationStyle and modalTransitionStyle properties for iOS options (86f7238).
  • Present the SafariViewController modally or as push instead using the modalEnabled property (4a0d57c).
  • Add workaround to dismiss SafariViewController without animation.

Removed

  • com.facebook.infer.annotation dependency is not required anymore to build for Android.

BREAKING CHANGES

  • Android: You are required to only use either the Support Library or AndroidX for your dependencies. If you need to migrate this library back to the support library, or another library forward to AndroidX, then take a look at the Jetifier tool.

2.0.3

5 years ago

Includes:

  • Fix Android animations and improve README
  • Unregister EventBus from close function

2.0.1

5 years ago

Includes:

  • Fix flow type issues

2.0

5 years ago

Release 2.0

Includes:

  • Default methods to open and close the embedded browser (open, close) with options.
  • Methods to open and close external urls to authenticate the user (openAuth, closeAuth) using deep linking.
  • isAvailable method to detect if the device supports the plugin