Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: After the tool is closed, the video is pushed upwards. #225

Open
baicuhaha opened this issue Feb 19, 2025 · 3 comments
Open

[BUG]: After the tool is closed, the video is pushed upwards. #225

baicuhaha opened this issue Feb 19, 2025 · 3 comments
Labels
bug stale Closed due to inactivity or lack or resources

Comments

@baicuhaha
Copy link

Version of react-native-video-player

"react-native-video-player": "^0.16.2",

Version of react-native-video

"react-native-video": "^6.10.0",

What platforms are you having the problem on?

iOS

System Version

15.1

On what device are you experiencing the issue?

Simulator

Architecture

New architecture

What happened?

What happened is: When the mouse moves away from the video, the toolbar hides, causing the video to be pushed upwards. I only want the toolbar to disappear without affecting the video position."

Reproduction Link

repository link

Reproduction

Step to reproduce this bug are:
<VideoPlayer
style={{
height: contentHeight,
width: parentLayout.width
}}
autoplay={playing}
showDuration={false}
thumbnail={{
uri: videoImgUrl
}}
source={{
uri: url
}}
onError={e => console.log(e)}
/>

QQ20250219-184208-HD.mp4
@baicuhaha baicuhaha added the bug label Feb 19, 2025
Copy link
Contributor

Thank you for your issue report. Please note that the following information is missing or incomplete:

  • what happened?
  • reproduction link

Please update your issue with this information to help us address it more effectively.

Note: issues without complete information have a lower priority

There is a newer version of the library available. You are using version of react, while the latest stable version is native. Please update to the latest version and check if the issue still exists.

Note: If the issue still exists, please update the issue report with the latest information.

@baicuhaha
Copy link
Author

"react": "18.3.1",
"react-native": "0.76.5",

Copy link
Contributor

This issue is stale because it has been open for 30 days with no activity. If there won't be any activity in the next 14 days, this issue will be closed automatically.

@github-actions github-actions bot added the stale Closed due to inactivity or lack or resources label Mar 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stale Closed due to inactivity or lack or resources
Projects
None yet
Development

No branches or pull requests

1 participant