-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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] iOS: Video is not working well with ScrollView when controls prop is true #4091
Comments
It's interesting that it only happens when the video is playing, if I pause it "goes back" to its original position. |
@tacianoscur |
yes, of course
|
I have the same issue as well, only reproduce on v6.x |
I have a same issue at flatlist. Version 6.x, only iOS platform ios.mov |
@seyedmostafahasani any ideas here? I am currently having to manage using v5.2.1 for iOS and v6.4.3 for Android and build them in separate branches! |
@seyedmostafahasani same error in [email protected] & [email protected] |
I will check it out. |
doesn't work even I set 'disableFocus' to true |
looks like related to: #3799 |
@tacianoscur |
@hasanalicansu looks like you had a smaller project, can you create the repo to help debug? |
@freeboub I am using new architecture in [email protected] ios, the problem may occur in the new architecture.
|
Hi @seyedmostafahasani @freeboub, could you have a try as @llr101 said? |
I reproduce the issue in the sample, I just wrap the video view inside the scrollView on both android & ios |
unfortunately i'm not sharing because this project from my workplace, but i can share the basic code that i can repeat.
|
correction, on my side it works fine after fixing the styles ... |
@freeboub what styles did you fix? maybe this could help us. unfortunately I don't have time right now to be creating repos with sample project, the code I shared has enough info to reproduce it |
I am also experiencing almost the same behavior on iOS: Config: "react-native": "^73.0"
If I disable the "controls" option, the issue does not occur. To temporarily fix the issue for the simple screen, I implemented the following workaround:
But it glitches a little bit... Hope we will find a real fix! |
Would you please provide a small sample in a git repo? |
Same issue
|
We're also getting this issue. Could you share the styles you used to fix this? |
Version
6.4.3 and 6.4.4
What platforms are you having the problem on?
iOS
System Version
17.2
On what device are you experiencing the issue?
Real device, Simulator
Architecture
Old architecture
What happened?
Whenever the video component renders and starts playing the video, it suddenly gets cut and the ScrollView start point changes not showing the video completely even when trying to scroll. I believe it has something to do with the navigation header?
Video stopped:
Video playing:
Reproduction
repository link
Reproduction
Step to reproduce this bug are:
The text was updated successfully, but these errors were encountered: