alilmq / h5demo

Aliplayer的H5使用例子,包含播放、播放列表、评论、点赞、客户端长连接mqtt等功能,解决了微信Android自动弹出全屏播放的问题。
106 stars 35 forks source link

微信里开始播放后tab不能点击了 #9

Closed iefgnep closed 6 years ago

alilmq commented 6 years ago

左右滑动还是OK的,点击应该是被其他元素捕获,并且调用了stopPropagation 方法

alilmq commented 6 years ago

问题已修复,对于tab的布局使用绝对定位,tab恢复点击