Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 2.74 KB

File metadata and controls

69 lines (40 loc) · 2.74 KB

2.3.2 (2026-04-08)

Bug Fixes

  • use Xcode 16 instead of 26 (#45) (1e0b419)
  • window.open() handling in WKWebView by implementing createWebViewWith delegate (#47) (254327a)

2.3.1

Fixes

2.3.0

Features

  • Enable WebKit inspector for debugging on iOS 16.4+ in DEBUG builds.

2.2.1

Fixes

  • Fixes an issue where dismissing an alert view triggered the onBrowserClosed event. RMET-4500.

2.2.0

Features

  • Add support for Swift Package Manager (SPM) compatibility. RMET-4316.

2.1.0

Features

  • Add support for passing custom headers to WKWebView (only for the openInWebView option). RMET-4287.

2.0.1

Features

2.0.0

Features

Fixes

  • BREAKING: Fix an issue where the application freezes when 'OpenInExternalBrowser' is called

1.0.0

Features

Chores