mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* fix:(cef): on_navigation for SPA The current `on_navigation` callback only fires before full page loads. CEF `DisplayHandler::on_address_change` fires for ALL URL changes including `pushState` * expose on_address_change instead --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>