I want to implement YouTube API in my Android app with some restrictions.
The Play/Pause button should be visible. (Both DEFAULT and MINIMAL style support this)
The time bar should be visible and operable. (In case of MINIMAL style, the time bar is only visible but clicking on it does not have any effect)
The user should not be able to share the video or open the YouTube app directly. (In this case, DEFAULT is NOT an option)
The MINIMAL style would have worked perfectly, but the time bar does not work. I have considered using Custom Seekbar but it is not visible when the video is in full screen mode. Any suggestion?