mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-21 09:11:57 +00:00
fix: android TV softlock
This commit is contained in:
parent
ee12892ae0
commit
22878b4e27
2 changed files with 12 additions and 10 deletions
|
|
@ -1109,9 +1109,11 @@
|
||||||
<!-- eslint-disable-next-line svelte/valid-compile -->
|
<!-- 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 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' }} />
|
<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' 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' />
|
<div class='position-absolute bufferingDisplay' />
|
||||||
{#if currentSkippable}
|
{#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}>
|
<button class='skip btn text-dark position-absolute bottom-0 right-0 mr-20 mb-5 font-weight-bold z-30' use:click={skip}>
|
||||||
|
|
|
||||||
|
|
@ -789,8 +789,8 @@ packages:
|
||||||
engines: {node: '>=16.0.0'}
|
engines: {node: '>=16.0.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@ionic/utils-terminal': 2.3.5
|
'@ionic/utils-terminal': 2.3.5
|
||||||
debug: 4.3.4
|
debug: 4.3.5
|
||||||
tslib: 2.6.2
|
tslib: 2.6.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
|
@ -855,8 +855,8 @@ packages:
|
||||||
'@ionic/utils-stream': 3.1.6
|
'@ionic/utils-stream': 3.1.6
|
||||||
'@ionic/utils-terminal': 2.3.4
|
'@ionic/utils-terminal': 2.3.4
|
||||||
cross-spawn: 7.0.3
|
cross-spawn: 7.0.3
|
||||||
debug: 4.3.4
|
debug: 4.3.5
|
||||||
tslib: 2.6.2
|
tslib: 2.6.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
|
@ -881,12 +881,12 @@ packages:
|
||||||
engines: {node: '>=16.0.0'}
|
engines: {node: '>=16.0.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/slice-ansi': 4.0.0
|
'@types/slice-ansi': 4.0.0
|
||||||
debug: 4.3.4
|
debug: 4.3.5
|
||||||
signal-exit: 3.0.7
|
signal-exit: 3.0.7
|
||||||
slice-ansi: 4.0.0
|
slice-ansi: 4.0.0
|
||||||
string-width: 4.2.3
|
string-width: 4.2.3
|
||||||
strip-ansi: 6.0.1
|
strip-ansi: 6.0.1
|
||||||
tslib: 2.6.2
|
tslib: 2.6.3
|
||||||
untildify: 4.0.0
|
untildify: 4.0.0
|
||||||
wrap-ansi: 7.0.0
|
wrap-ansi: 7.0.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
|
@ -6496,13 +6496,13 @@ packages:
|
||||||
'@ionic/utils-fs': 3.1.7
|
'@ionic/utils-fs': 3.1.7
|
||||||
'@ionic/utils-terminal': 2.3.5
|
'@ionic/utils-terminal': 2.3.5
|
||||||
bplist-parser: 0.3.2
|
bplist-parser: 0.3.2
|
||||||
debug: 4.3.4
|
debug: 4.3.5
|
||||||
elementtree: 0.1.7
|
elementtree: 0.1.7
|
||||||
ini: 3.0.1
|
ini: 3.0.1
|
||||||
plist: 3.1.0
|
plist: 3.1.0
|
||||||
split2: 4.2.0
|
split2: 4.2.0
|
||||||
through2: 4.0.2
|
through2: 4.0.2
|
||||||
tslib: 2.6.2
|
tslib: 2.6.3
|
||||||
yauzl: 2.10.0
|
yauzl: 2.10.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue