Nam Nguyen
Nam Nguyen
@guilhermesgb Thanks for the check. It's actually my fault when not including the release script for sub modules. It is fixed now and all the modules are available in the...
@iregados I saw you have solved the play/pause on click issue. So the remaining issue is: > if i pause it the image remains there, the dimension is ok, but...
@iregados Thanks for the kind words. I also acknowledge that the RecyclerView may behave weird. Something a View not in the viewport is attached, etc. I actually try to address...
@missphyrgames Do you mean using it in ViewPager with FragmentStateAdapter? If it is, you can find some existing sample here: https://github.com/eneim/kohii/tree/dev-v1/kohii-sample/src/main/java/kohii/v1/sample/ui/pagers, please also clarify your current attempt and what doesn't...
@missphyrgames Sorry for the late reply > Is it more efficient for allowing kohii to create a playerview from the pool (using a view container in the layout file) or...
@Arsamkhan I cannot reproduce the issue. Can you share your code, or something that can produce the problem?
Can you share with me the piece of code you setup the ViewPager and Video? Basically a simple way for me to reproduce the issue so I can take a...
Hi. About 1, can you try the "activeLifecycleState" flag when you setup a Manager? Try to set it to RESUMED and see if it helps. About 2, you can use...
About 1: if so it is a bug, I will take a look. Please tell me it is after onPause is called then the Video keeps playing? It is a...
@falguni0314 Tried to use the TikTok demo for infestigating the issue 1, but having no luck. Is it possible for you to provide a simple project to reproduce it?