-
fix(tauri): enable withGlobalTauri so Tauri APIs work on live web
released this
2026-06-15 21:01:38 +00:00 | 29 commits to main since this releaseWithout this, the redirect page loads zeavisedu.asepharyana.my.id but
TAURI_INTERNALS is not injected, so isTauri() returns false,
handleGoogleLogin uses window.location.href (WebView navigation), and
Google blocks embedded WebView since 2016.With withGlobalTauri=true, the live web page detects Tauri, uses tauri-
plugin-opener to open system browser, and Google OAuth works.Co-Authored-By: Claude noreply@anthropic.com
Downloads