Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 2.24 KB

RELEASENOTES.md

File metadata and controls

58 lines (47 loc) · 2.24 KB

Release Notes

1.0.10 (Jan 30, 2018)

Enable posting of messages from IAB Webview to Cordova Webview on Android and iOS

1.0.9 (Jan 30, 2018)

Bug fix for iOS crash when current IAB URL is nil

1.0.8 (Jan 24, 2018)

  • Fix for the previous hiding strategy which caused JS errors in target pages on iOS 11 due to loading the target page while WKWebView instance was in a detached state.
  • This strategy has been tested and should work on iOS 9/10/11

1.0.7 (Jan 17, 2018)

  • Make hiding mechanism conditional depending on iOS version.
    • Since the frame.origin method works fine on iOS 9&10 but causes native input issues (e.g. date picket) on iOS 11.
    • And the makeKeyAndVisible method works fine on iOS 11 but causes content sizing issues on iOS 9&10.

1.0.6 (Jan 16, 2018)

  • Fix iOS 11 bug where opening IAB as hidden causes native pickers in main Cordova WKWebView to misbehave.

1.0.5 (Dec 12, 2017)

  • Ensure IAB dialog is not null before attempting to show/hide. Prevents native crash if show() or hide() is called twice concurrently.

1.0.4 (Nov 17, 2017)

  • Disable 3D touch link preview and gesture navigation.

1.0.3 (Nov 15, 2017)

  • Fix built-in JS dialogs (alert, confirm, prompt) on iOS

1.0.2 (Sep 28, 2017)

  • Fix handling of load errors caused by failed navigation
  • Fix content sizing bug caused by 4573c87d0b74c087ef35e40f4311674bc92e7947

1.0.1 (Sep 8, 2017)

  • Fix content sizing issue on iOS

1.0.0 (Sep 7, 2017)

  • Initial release