Blog RSS Feed

Splash Screen and InAppBrowser plugin Released!
13 Jun 2020

We are happy to announce that we have just released an update to some plugins!

Release Highlights

InAppBrowser

The most notable changes in this major release are:

  • The Cordova-iOS 6.x platform removes all UIWebView code and this version also removes the UIWebView code from the InAppBrowser plugin GH-635.
  • For backwards compatibility, this plugin used to hook window.open. However, the plugin-installed hook of window.open could have unintended side effects (especially if this plugin is included only as a dependency of another plugin) and it has been removed in this release. GH-599
  • The InAppBrowser plugin used to implement its own status bar. It has been removed in this release to correctly display the content of the iOS status bar without overlapping the content in the InAppBrowser on different devices. GH-656

Splash Screen

In the Cordova-iOS 6.x platform, the splash screen feature has been integrated into its core and no longer needs this plugin. This release prevents the plugin from being added to the iOS 6.x platform.

  • GH-261 chore: add cordova-ios requirement <6.0.0

Changes include:

InAppBrowser 4.0.0 (Jun 09, 2020)

  • GH-715 (ios): fix regression in GH-656
  • GH-685 chore: update install engines
  • GH-656 (ios) Remove fake status bar with hardcoded height to fix issues in iOS devices with a notch
  • GH-693 fix(ios): Allow loading local html files
  • GH-293 Android: SSL errors handling in Android
  • GH-672 fix(ios): prevent statusbar rotation after closing InAppBrowser
  • chore(asf): update git notification settings
  • GH-669 Allow App using InAppBrowser to be hosted in a cross-origin iframe
  • GH-600 (all platforms): remove "window.open" overwrite
  • GH-670 chore: bump version to 4.0.0-dev
  • Update CONTRIBUTING.md
  • GH-662 docs: replaces outdated transition and presentation style links
  • GH-666 chore: remove deprecated orientation methods
  • GH-515 Fix incorrect TypeScript typings
  • GH-654 add check for openInSystem postNotification
  • GH-659 ci: updates Node.js versions
  • GH-658 chore(npm): improve ignore list
  • GH-442 fix(android): Reset lefttoright if not set
  • GH-648 (android) Correcting the documentation regarding lefttoright opt…
  • GH-634 (android) Added option to turn on/off fullscreen mode in Android
  • GH-616 (android) InAppBrowser: java.lang.IllegalArgumentException
  • GH-635 breaking(ios): remove UIWebView

Splash Screen 5.0.4 (Jun 03, 2020)

  • GH-261 chore: add cordova-ios requirement <6.0.0
  • chore(asf): update git notification settings
  • update CONTRIBUTING.md
  • GH-251 chore(npm): adds ignore list
  • GH-252 ci: updates Node.js versions
  • GH-236 update homepage to github README page
  • GH-239 update README.md by adding missing info
  • ci(travis): Upgrade node from 6 to 8
  • ci(travis): Remove Android 4.4, Add Android 9.0
  • GH-212 ci(travis): Add ADDITIONAL_TESTS_DIR=./tests/ios