吴赖子

Results 16 issues of 吴赖子

这个组件非常符合我的需求 1、就是差个播放速率(像短视频可能不需要),像教学课程这种一般学生都喜欢快进的看 (可能会面临大家的播放速率不一样 0.7 ,1, 1.5 ,2这种 ) 2、还有个是vip展示页 有的需求是播放到几分钟(只免费几分钟) 就要求停止播放了 要求开通会员 (作者好像在里面有实现,只是把那个组件删了,其实可以提供一个自定义方法 方便自定义布局) {(showOpenVip && this.props.VIPCONTS) ? this.props?.showNoVipView() : null } 还有一种是播放视频个数,比如用户 一天只能免费3个视频 这一天就只能显示那个开通会员的页面了,和上面的有点不一样,上面的是播放中,后者是一开始就不给播放 只是展示个自定义界面。 作者真是用心了

enhancement

`if (this.url && this.url != this.props.url) { this.onchangeUrl() }` 切换视频时报错,最后排查得到onchangeUrl 这个方法里面带有this.setState 而onchangeUrl 的调用位置却是在render处 这样会到导致死循环 大佬要判断地址是否和上一次的一样 可以在生命周期componentDidUpdate 里完成哦

看Issues其他的文章中有提及onStatusChangeComplete和region可以实现,可是在我库里并没有找到对应的方法,和实现方式

Android is very blurry when displaying large images. Is there any better solution? I used (react-native-fast-image), but the effect is still not very good。 The picture is best based on...

This is one of the components that I have found out of so many components that can scale the super-large image and still limpid, but it will cause the ios...

bug

在模拟器和真机上出现了,拖拽图片时,图片缩小后不能回弹到原来的地方,而是卡在哪个位置了 所以我的解决方案是把拖拽手势的相关代码禁止掉了 在模拟器上面起作用了,也正是我想要的效果 但是在真机上,好像改动代码却没有作用,随便我改源码的什么东西 真机上都没什么反应 是因为静态库问题还是?是需要合并framework? 这个问题困到我好久了

enhancement

` java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.contains(java.lang.CharSequence)' on a null object reference at com.alipay.sdk.app.PayTask.a(SourceFile:104) at com.alipay.sdk.app.PayTask.payV2(SourceFile:185) at com.uiwjs.alipay.RNAlipayModule$2.run(RNAlipayModule.java:65) at java.lang.Thread.run(Thread.java:919)`

按照文档走的 也配置了URL types Identifier 写的alipay 可是app没返回 支付成功没有回调

烦死了 这个东西找不到 跟着教程走的

"react-native": "0.63.2" "react-native-slider": "^0.11.0", AnimatedValue: Attempting to set value to undefined