feat: Add basic fullscreen support for iPhone (#1857)

- Closes #1444
This commit is contained in:
Dermot Duffy
2025-01-27 07:23:07 -08:00
committed by GitHub
parent d1afbc95b6
commit 3e8e688b36
44 changed files with 1150 additions and 308 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export const getReleaseVersion = (): string => {
return releaseVersion;
};
export interface Diagnostics {
interface Diagnostics {
card_version: string;
browser: string;
date: Date;