mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fix player hover touch control on android
This commit is contained in:
parent
60977f3631
commit
c453422317
@ -120,7 +120,8 @@ export const Hover = ({
|
|||||||
left: 0,
|
left: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
pointerEvents: "none",
|
// box-none does not work on the web while none does not work on android
|
||||||
|
pointerEvents: Platform.OS === "web" ? "none" : "box-none",
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<Back
|
<Back
|
||||||
|
Loading…
x
Reference in New Issue
Block a user