LunatiqueCoder / react-native-media-console

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

UI controls have unexpected behavior compared with demo #107

Open coofzilla opened 1 month ago

coofzilla commented 1 month ago

In the demo the controls such as play/fwd, rwd seem to "depress" however, when using it, the play seems to scale very largely for a moment and play; while, the seek buttons dont have any visual indication that you've pressed the buttons.

https://github.com/LunatiqueCoder/react-native-media-console/assets/75731066/ad30b986-c6b9-4b9a-9df7-a27d10112f09

LunatiqueCoder commented 4 weeks ago

@coofzilla I can easily add some opacity feedback when the button is being pressed by using the <Pressable /> API from react-native. I don't understand how/why the the play button scales largely, it's definitely not implemented by us, and also why the <TouchableHighlight /> doesn't work like in the demo anymore. Anyway, will be looking into it :/

coofzilla commented 4 weeks ago

@LunatiqueCoder thank you, I appreciate you looking into this!

coofzilla commented 2 weeks ago

has there been any update to this? @LunatiqueCoder

LunatiqueCoder commented 2 days ago

@coofzilla Hopefully by the ned of the month we will have something. :( Sorry for the delay

coofzilla commented 15 hours ago

@LunatiqueCoder thank you for the response! I appreciate it and totally understand.