You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for super awesome library for handling videos with recyclerView. I am using it in my project having one video on full screen. I am facing an issue when i use scrollToPosition(). It doesn't go to the required position. after setting the adapter i am adding recyclerView.scrollToPosition(4); the screen go blank most of time. Sometime it goes the particular position but video doesn't play of that position.
Note :- I am trying make similar video based platform, Here is Link
Help with possible solution.
Thanks in advance !!
The text was updated successfully, but these errors were encountered:
Hi, I am not sure what exactly could be the issue but what I would do is try to use recyclerView.smoothScrollToPosition(4) and possibly call this function after some delay as it takes time to draw the video views.
Hello,
Thank you for super awesome library for handling videos with recyclerView. I am using it in my project having one video on full screen. I am facing an issue when i use scrollToPosition(). It doesn't go to the required position. after setting the adapter i am adding recyclerView.scrollToPosition(4); the screen go blank most of time. Sometime it goes the particular position but video doesn't play of that position.
Note :- I am trying make similar video based platform, Here is Link
Help with possible solution.
Thanks in advance !!
The text was updated successfully, but these errors were encountered: