mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 01:11:46 +03:00
fix(web): slideshow on iphone (#11599)
* fix(web): slideshow on iphone * make requestFullscreen type optional
This commit is contained in:
5
web/src/app.d.ts
vendored
5
web/src/app.d.ts
vendored
@@ -22,3 +22,8 @@ declare module '$env/static/public' {
|
||||
export const PUBLIC_IMMICH_PAY_HOST: string;
|
||||
export const PUBLIC_IMMICH_BUY_HOST: string;
|
||||
}
|
||||
|
||||
interface Element {
|
||||
// Make optional, because it's unavailable on iPhones.
|
||||
requestFullscreen?(options?: FullscreenOptions): Promise<void>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user