-
Notifications
You must be signed in to change notification settings - Fork 107
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
Touchableopacity not working with custom button's beside play/pause button iOS only #89
Comments
Yes, I am also getting same issue . please provide the solution |
@dsreddy1 @NagendrababuM |
Thanks @janandaraj , how to use patch for persist solution for react-native-media-controls, |
@NagendrababuM |
Hi @janandaraj , I tried your solution but it did not work. I removed styles.controlsRow but nothing changed |
I have an issue with my custom button that plays the 10sec forward and 10 sec backward video, if I remove the marginTop from its style it works fine but if I align it with the play/pause button using marginTop then Touchableopacity onPress stop working in IOS only it working fine in Android.
React native version: 0.63
IOS version: 15
iPhone 11
check the screenshot there are two custom buttons one is 10sec forward button and one is 10sec backward button
style={{ flexDirection: 'row',
paddingHorizontal: 5,
justifyContent: 'space-evenly',
alignItems: 'center',
alignContent: 'center',
marginTop: '28%' }}
The text was updated successfully, but these errors were encountered: