What's Changed
Added
- Added
WebViewLoadFailedevent type toLinkEventType— emitted viaonEventwhen the WebView encounters a network error or HTTP 5xx response, giving SDK consumers visibility into load failures.
Fixed
- Re-enabled WebView caching (
LOAD_DEFAULT) so cached JS chunks serve as fallback when a network request drops, preventing lazy-load failures on the post-OAuth screen on flaky networks. - Added silent one-time auto-reload on WebView network errors and HTTP 5xx responses, recovering most transient failures without user interaction.
- Added
onContentProcessDidTerminate(iOS) andonRenderProcessGone(Android) handlers to auto-reload a blank WebView after process termination, gated to avoid interrupting an active OAuth flow.
Full Changelog: 2.3.2...2.4.0