Releases: Cap-go/capacitor-inappbrowser
Releases · Cap-go/capacitor-inappbrowser
8.6.2
8.6.1
🆕 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
🆕 Changelog
Added
- Native webview download handling with
handleDownloadsoption, automatically saving files to device storage with support for attachment responses, blob downloads, and previewing files inside the in-app browser when possible - New
downloadCompletedevent that fires after a file is successfully saved locally, providing file path, MIME type, and handling method details - New
downloadFailedevent 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
🆕 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
🆕 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
🆕 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
🆕 Changelog
Changed
- Updated dependency lock files with latest package versions
🔗 Full Changelog: 8.5.4...8.5.5
8.5.4
🆕 Changelog
Added
- Android WebView zoom support: New
enableZoomoption 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
🆕 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
🆕 Changelog
Added
- Added
prefersEphemeralWebBrowserSessionoption toopenSecureWindowmethod 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