ExoVideoView icon indicating copy to clipboard operation
ExoVideoView copied to clipboard

关于触摸的一点建议

Open yinhaojun opened this issue 5 years ago • 1 comments

这个库写的还是非常666的,但是在使用上我跟百度云对比了下,体验上有以下几点建议:

  1. 点击显示controller,再次点击的时候不能隐藏controller; 2.音量、亮度和进度调节只有在controller显示之后才能用,建议在controller隐藏的时候也可以。 3.缓冲和错误的处理跟EXO一样放到PlayerView中进行处理,不要绑定到controller。

其实这三个问题都是对View的添加和对View的触摸导致的。

yinhaojun avatar Aug 01 '19 08:08 yinhaojun

good suggestion

JarvanMo avatar Aug 16 '19 03:08 JarvanMo