LunatiqueCoder / react-native-media-console

A React Native video player. Built with TypeScript ❤️
MIT License
184 stars 28 forks source link

Using directional arrows on d-pad exits from fullscreen mode #66

Open IvanCoppola opened 1 year ago

IvanCoppola commented 1 year ago

I am making a RN app for android TV and I have this problem when I reproduce a video in fullscreen with 'react-native-media-console': when I press any arrow(except the center one) the video player will exit from fullscreen.

I would like to prevent that behaviour, and I'd like to use directional arrow to directly navigate among the controls.

LunatiqueCoder commented 1 year ago

👋 Hello @IvanCoppola

Thank you for using react-native-media-console and opening an issue!

I will try to have a look this weekend, however, if you want this issue to get solved faster, it will be VERY helpful if you provide a reproducible example. 🙏

If you try to reproduce it by creating a new tvOS app, install react-native-video and react-native-media-console and give me access to the repo, that would be actually the best. 💪

Thank you!