OwnTube-tv / web-client

Portable video client for PeerTube in React Native
https://owntube-tv.github.io/web-client/
The Unlicense
3 stars 12 forks source link

Video controls overlay: change mouse cursor from pointer to regular #95

Closed mykhailodanilenko closed 2 months ago

mykhailodanilenko commented 3 months ago

As mentioned in #90 by @mblomdahl the controls overlay is all using a pointer cursor, instead we want the pointer to only be there for the actual controls.

Might want to use @ts-ignore here since the builtin values for "cursor" style prop in RN are "pointer" and "auto"

mykhailodanilenko commented 2 months ago

Closed with #97