I built custom controls which is a View that shows on top of jwplayer(when use is not fullscreen). The custom controls view has a play/pause, back button, setfullscreen, captions and audio tracks selection. It works well when user has not setFullscreen. The issue i'm having is when i click the setfullscreen button the video goes full screen but i loose my view that has the controls. Below is how I implemented the setfullscreen on iOS, which works well. I had to patch it in. Question is how can i show the view with custom controls when the jw player goes fullscreen.
I built custom controls which is a View that shows on top of jwplayer(when use is not fullscreen). The custom controls view has a play/pause, back button, setfullscreen, captions and audio tracks selection. It works well when user has not setFullscreen. The issue i'm having is when i click the setfullscreen button the video goes full screen but i loose my view that has the controls. Below is how I implemented the setfullscreen on iOS, which works well. I had to patch it in. Question is how can i show the view with custom controls when the jw player goes fullscreen.