-
Notifications
You must be signed in to change notification settings - Fork 40
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
可以支持视频列表吗 #21
Comments
全屏会有问题 |
是的和我测试的一样 使用react-native-video 全屏都会被遮住 如果用modal方式弹出视频的话又不够刘畅 |
需要原生配合 才能达到不会重置缓存进度 |
大佬 有解决的思路吗, 正为这个发愁 |
对了还有个问题,视频宽度不等于屏幕宽度的时候拖动进度条会偏移这个 在哪里修正哈 |
目前有办法解决么? |
给视频加个属性 即可 作者视频 默认用 的 resizeMode={'none'} 你把视频改成 resizeMode={'contain'} 即可解决全屏问题 |
你说的不是列表全屏吧,如果是可以贴个代码参考吗 |
你每次全屏的时候把要全屏的video滚动到屏幕上方第一个video的位置,全屏应该就没问题了吧 |
No description provided.
The text was updated successfully, but these errors were encountered: