-
Notifications
You must be signed in to change notification settings - Fork 69
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
在 ios 或 Safari 上这个地方会有问题 #8
Comments
hello,,我今天又仔细看了一下您的源码,发现有一个地方不解: queues 这个队列
疑问: 场景: 结果现象: 在研究源码之后,我猜测问题应该出现在这个 queue上,不过我还没有证据 我现在的解决办法: |
1 similar comment
@zerosoul 能帮我看看这个吗 |
@zerosoul
因为如果一条弹幕过长时, 另外还有一个情况,当发弹幕速度过快时,跑道不够用的时候,是放在 对这段代码不是很理解
|
if (intersectionRatio === 1) {
在 ios 或电脑端 Safari 里面,上面的判断会造成 this.tracks 全为false,因为它没有进到这个判断里
在 ios 里如果手机息屏之后再点亮好像还有点问题,弹幕也会停止,我现在没法debugger ios,还没找到问题
其实我没太看懂您这里的判断逻辑,我只是把这个判断条件去除了,就好了
rc-bullets/src/BulletScreen.js
Line 129 in 1052d14
The text was updated successfully, but these errors were encountered: