fix: android TV softlock

This commit is contained in:
ThaUnknown 2024-07-26 13:53:43 +02:00
parent ee12892ae0
commit 22878b4e27
2 changed files with 12 additions and 10 deletions

View file

@ -1109,9 +1109,11 @@
<!-- eslint-disable-next-line svelte/valid-compile -->
<div class='w-full h-full position-absolute toggle-immerse d-none' on:dblclick={toggleFullscreen} on:click|self={toggleImmerse} />
<div class='w-full h-full position-absolute mobile-focus-target d-none' use:click={() => { page = 'player' }} />
<span class='material-symbols-outlined ctrl h-full align-items-center justify-content-end w-150 mw-full mr-auto' use:click={rewind}> fast_rewind </span>
<!-- eslint-disable-next-line svelte/valid-compile -->
<span class='material-symbols-outlined ctrl h-full align-items-center justify-content-end w-150 mw-full mr-auto' on:click={rewind}> fast_rewind </span>
<span class='material-symbols-outlined ctrl' data-name='playPause' use:click={playPause}> {ended ? 'replay' : paused ? 'play_arrow' : 'pause'} </span>
<span class='material-symbols-outlined ctrl h-full align-items-center w-150 mw-full ml-auto' use:click={forward}> fast_forward </span>
<!-- eslint-disable-next-line svelte/valid-compile -->
<span class='material-symbols-outlined ctrl h-full align-items-center w-150 mw-full ml-auto' on:click={forward}> fast_forward </span>
<div class='position-absolute bufferingDisplay' />
{#if currentSkippable}
<button class='skip btn text-dark position-absolute bottom-0 right-0 mr-20 mb-5 font-weight-bold z-30' use:click={skip}>

View file

@ -789,8 +789,8 @@ packages:
engines: {node: '>=16.0.0'}
dependencies:
'@ionic/utils-terminal': 2.3.5
debug: 4.3.4
tslib: 2.6.2
debug: 4.3.5
tslib: 2.6.3
transitivePeerDependencies:
- supports-color
@ -855,8 +855,8 @@ packages:
'@ionic/utils-stream': 3.1.6
'@ionic/utils-terminal': 2.3.4
cross-spawn: 7.0.3
debug: 4.3.4
tslib: 2.6.2
debug: 4.3.5
tslib: 2.6.3
transitivePeerDependencies:
- supports-color
@ -881,12 +881,12 @@ packages:
engines: {node: '>=16.0.0'}
dependencies:
'@types/slice-ansi': 4.0.0
debug: 4.3.4
debug: 4.3.5
signal-exit: 3.0.7
slice-ansi: 4.0.0
string-width: 4.2.3
strip-ansi: 6.0.1
tslib: 2.6.2
tslib: 2.6.3
untildify: 4.0.0
wrap-ansi: 7.0.0
transitivePeerDependencies:
@ -6496,13 +6496,13 @@ packages:
'@ionic/utils-fs': 3.1.7
'@ionic/utils-terminal': 2.3.5
bplist-parser: 0.3.2
debug: 4.3.4
debug: 4.3.5
elementtree: 0.1.7
ini: 3.0.1
plist: 3.1.0
split2: 4.2.0
through2: 4.0.2
tslib: 2.6.2
tslib: 2.6.3
yauzl: 2.10.0
transitivePeerDependencies:
- supports-color