Skip to content

Release 3.5.0

Compare
Choose a tag to compare
@jdnichollsc jdnichollsc released this 16 Oct 05:43
· 114 commits to main since this release
65b8321

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