Nam Nguyen
Nam Nguyen
Can you share the code of your setup?
@OhJeongGyu sorry to get back to you late. Currently I could not reproduce this issue, so I think you can try it out and if it doesn't work for you...
@gvravikumar Sorry for the late, can you share the code you call Kohii API to setup your RecyclerViews?
@Kasss it is not supported out of the box in 1.0.0. The reason is, showing controller = allow manual playback, which is not a trivial task to address. I'm re-designing...
@EpariNigam You can find information about manual Playback (which covers the way to use controller for PlayerView) here: https://www.notion.so/Manual-playback-controller-in-Kohii-212927dd75de4971bc28d27e4b34911a
@iamkdblue You are downloading this library or you use it via build.gradle dependency?
@idrisadetunmbi Can you share the xml you use for your container?
@easedroid Do you have a screenshot about the issue? With this setup, it will try to consume as much height as possible. So I doubt that it will be correct....
@easedroid Try not to use ``` android:layout_width="match_parent" android:layout_height="match_parent" ``` for the FrameLayout that contain your Video unless you need it to fill the screen.
@viktorisacenko You can manually pause the auto playback by calling `kohii.lockManager(manager)` and resume the auto playback by calling `kohii.unlockManager(manager)`. I think it is not trivial to catch the callback, but...