Skip to content

Seekbar Does Not Show On Bottom of Video Screen #18

Answered by esegebart
esegebart asked this question in Q&A
Discussion options

You must be logged in to vote

@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.

const HEIGHT = Dimensions.get('screen').height;
const WIDTH = Dimensions.get('screen').width;

Replies: 12 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by esegebart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #11 on September 12, 2022 21:01.