Skip to content

Releases: Cap-go/capacitor-inappbrowser

8.6.2

19 Apr 05:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Fixed

  • Fixed HTTPS links with target="_blank" incorrectly opening in the system browser on iOS when openBlankTargetInWebView is enabled

🔗 Full Changelog: 8.6.1...8.6.2

8.6.1

15 Apr 19:10
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Fixed

  • Toolbar navigation buttons (back/forward) now correctly update their state when navigating via history.pushState() on both Android and iOS platforms

🔗 Full Changelog: 8.6.0...8.6.1

8.6.0

15 Apr 12:38
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Added

  • Native webview download handling with handleDownloads option, automatically saving files to device storage with support for attachment responses, blob downloads, and previewing files inside the in-app browser when possible
  • New downloadCompleted event that fires after a file is successfully saved locally, providing file path, MIME type, and handling method details
  • New downloadFailed event that emits when download handling encounters an error, including source URL and error details

🔗 Full Changelog: 8.5.8...8.6.0

8.5.8

15 Apr 09:45
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Fixed

  • Fixed Android keyboard inset regression that was affecting the in-app browser layout when the keyboard was displayed

🔗 Full Changelog: 8.5.7...8.5.8

8.5.7

14 Apr 19:35
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Added

  • Blank target webview handling support in Codex for improved link navigation behavior

🔗 Full Changelog: 8.5.6...8.5.7

8.5.6

14 Apr 13:35
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Fixed

  • Restored legacy proxy compatibility to ensure existing proxy configurations continue working correctly

🔗 Full Changelog: 8.5.5...8.5.6

8.5.5

13 Apr 07:30
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Changed

  • Updated dependency lock files with latest package versions

🔗 Full Changelog: 8.5.4...8.5.5

8.5.4

10 Apr 17:35
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Added

  • Android WebView zoom support: New enableZoom option enables pinch-to-zoom gestures on Android WebView (iOS zoom remains enabled by default)

Security

  • Updated Vite dependency to v7.3.2 to address security vulnerabilities

🔗 Full Changelog: 8.5.3...8.5.4

8.5.1

01 Apr 13:36
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Fixed

  • Hidden WebView no longer fails to get active window when another popup is displayed on iOS

Changed

  • Updated Capacitor dependencies to v8.3.0

🔗 Full Changelog: 8.5.0...8.5.1

8.5.0

27 Mar 04:12
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

🆕 Changelog

Added

  • Added prefersEphemeralWebBrowserSession option to openSecureWindow method on iOS, allowing users to request that browsing sessions do not leave data in the browser's history

🔗 Full Changelog: 8.4.0...8.5.0