jbts6

Results 10 comments of jbts6

fork 了一份,加上了 filter-change 有需要可以使用 [https://github.com/fh345392977/d2-crud.git](https://github.com/fh345392977/d2-crud.git)

你的编译环境导致`this.$style`里面是空的,源码里是根据`const menus = getElementsByClassName(this.$style.menu)`来找元素的,所以先执行了$destory(),visible 变为了false,onClick也就不执行了。 方法一检查编译环境,方法二,改源码写死

> 请问编译环境如果检查,从哪几个方面入手? @fh345392977 我直接改的源码

@StevenB45 Hi I solved it by editing his code. `ReactVlcPlayerView.java` ``` m.addOption(":network-caching=150"); // line 394 mMediaPlayer.setMedia(m); mMediaPlayer.setScale(0); ```

@StevenB45 Maybe you can use my fork. [My Fork](https://github.com/fh-rn/react-native-yz-vlcplayer)

> Hello, > > Thank you for this answer I will try! > > Thank you very much!!!! If you use my fork, you should use mediaOptions. ``` ```

@StevenB45 Actually I edit some code in my fork, I will check it again when I'm free this week.

@StevenB45 About ios crash, you can try this. https://github.com/xuyuanzhou/react-native-yz-vlcplayer/issues/34#issuecomment-472399327

是不是网页上的屏蔽等级开高了?

看起来作者是停更了。 还是将tv版作为纯粹的看视频用吧,其他操作都在手机上做。