-
-
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
Video controls not show in android device but in ios it's working perfect. why? #1358
Comments
There's not enough info here to be able to diagnose the issue. Please provide a code snippet or sample app showing the issue. |
Hello @cobarx, Thanks for replying. My issue is simple to understand, when I used a library called "React-native-video", it's working perfectly in ios, but in android, it's not working great. In Android, I cannot show default video controls like play, pause button, play time etc. for more info please see attached image. I clearly differentiated with my issue. with a control, an image is an iOS device and without controls images in android device. |
Opened a PR (#1414) for showing the controls in Android Exoplayer. |
Video control prop is working on ios but not on android using react native modal. |
Platform
iOS
Android
issues
Android
My issue is simple to understand, when I used a library called "React-native-video", it's working perfectly in ios, but in android, it's not working great. In Android, I cannot show default video controls like play, pause button, play time etc. for more info please see attached image. I clearly differentiated with my issue. with a control, an image is an iOS device and without controls images in android device.
The text was updated successfully, but these errors were encountered: