-
Beta Was this translation helpful? Give feedback.
Replies: 12 comments
-
P.S. I will make a separate thing for the showHours thing. |
Beta Was this translation helpful? Give feedback.
-
I'm so excited to see it on a TV! Nice! I think if you make the container height something like |
Beta Was this translation helpful? Give feedback.
-
@criszz77 Doesn't it look amazing?! Your React Native is so advanced, I am looking at the code in media console like WOW. Good work. I did try the container height! I might try it on the parent container. I am sad to say I have no way of accessing the media console on TV right now. I played the video on my firestick and I can't get the screen to pop up by pushing Enter or up or any other button. I am sooooo sad because this would be perfect. |
Beta Was this translation helpful? Give feedback.
-
Thank you! I appreciate it! Hmm, don't be sad, I'm sure we can make it work. I'll want to read a bit about react native tvOS as I'm not familiar with it, I only know that it's possible haha. But I believe we can add something like |
Beta Was this translation helpful? Give feedback.
-
@criszz77 Okay! Yes it will need a way to pop the controls up, focus on each button on the controls to use it, like netflix has - the onFocus and onPress are modified in react-native-tvos to be able to receive the remote presses. https://github.com/react-native-tvos/react-native-tvos Here is the repo to it! :) |
Beta Was this translation helpful? Give feedback.
-
@esegebart Ok, I'm running it on android TV and I can reproduce it as well. I already have a clue of what's wrong, but I can't promise it will be fixed fast... :( Probably over the weekend I will have more time to look into it. |
Beta Was this translation helpful? Give feedback.
-
Totally okay! :) I am glad you were able to reproduce. Thank you!!! |
Beta Was this translation helpful? Give feedback.
-
@criszz77 Update on the seekbar - it definitely shows up on Firestick TV app. Just not on android mobile device! :) |
Beta Was this translation helpful? Give feedback.
-
All right, well, probably some platform specific styling can do the trick? For fullscreen mode, I always had to do different things for Android to make it work. |
Beta Was this translation helpful? Give feedback.
-
@criszz77 Sounds good! I will tinker around with that and if the solution looks good maybe it can be added to next release! Yes Android always wants to be a rebel 🤦♀️ |
Beta Was this translation helpful? Give feedback.
-
@esegebart I moved this to discussions, as I don’t think there’s an issue with the library. Maybe we can sort it out here. How do you handle full screen? |
Beta Was this translation helpful? Give feedback.
-
@criszz77 This was resolved. I used Dimensions to get the window height and width and that sent it off the screen. I changed it to use the screen height and width and now the seekBar is on the screen as expected.
|
Beta Was this translation helpful? Give feedback.
@criszz77 This was resolved. I used Dimensions to get the window height and width and that sent it off the screen. I changed it to use the screen height and width and now the seekBar is on the screen as expected.