react-native-inappbrowser-reborn
Advanced tools
Changelog
[3.3.2] - 2019-11-15
cancel
before to check the url of the last redirection from Android.AppState
to detect Android Activity OnResume
event once.Changelog
[3.3.1] - 2019-11-13
.gitignore
to clean unnecessary files by @friederbluemle (#115).yarn
instead of npm
cli by @friederbluemle (#116).Changelog
[3.2.0] - 2019-11-10
automatic
modal presentation style from iOS.enableBarCollapsing
option to determines whether the browser's tool bars will collapse or not from iOS.Changelog
[3.0.0] - 2019-07-27
EventBus
of Android is registered before to unregister.animated
, modalPresentationStyle
and modalTransitionStyle
properties for iOS options (86f7238).modalEnabled
property (4a0d57c).Changelog
[2.0.4] - 2019-05-16
demo
schemes, redirecting back from an external static page created with GitHub Pages.ASWebAuthenticationSession
instead of SFAuthenticationSession
for iOS >= 12.Changelog
[2.0.3] - 2019-05-02
registerEventBus
been called from close
event on Android, using unregister
of EventBus
instead.