v1.8.0 #429

Merged
LukeGus merged 198 commits from dev-1.8.0 into main 2025-11-05 16:36:16 +00:00
Showing only changes of commit 3e33b3834e - Show all commits

View File

@@ -204,7 +204,6 @@ function createApiInstance(
}
if (typeof window !== "undefined" && (window as any).ReactNativeWebView) {
// Try to detect platform from navigator
let platform = "Unknown";
if (typeof navigator !== "undefined" && navigator.userAgent) {
if (navigator.userAgent.includes("Android")) {