danylovolokh / VideoPlayerManager

This is a project designed to help controlling Android MediaPlayer class. It makes it easier to use MediaPlayer ListView and RecyclerView. Also it tracks the most visible item in scrolling list. When new item in the list become the most visible, this library gives an API to track it.
3.15k stars 747 forks source link

video is not playing on dynamic cell height #58

Open MosheHabas opened 7 years ago

MosheHabas commented 7 years ago

When we add more content in the cell under video, It becomes a dynamic height. And the video is not playing. You have an idea how to solve its?