Mukesh
Mukesh
With similar implementation I have ported the Google library into Swift here [YoutubePlayerView](https://github.com/mukeshydv/YoutubePlayerView)
Can you share some more details, like a screen shot of current behavior and desired behavior?
can you paste code of your viewcontroller which has video view?
try adding this code in the video view controller ```swift override var prefersStatusBarHidden: Bool { return false } ```
https://github.com/react-native-community/react-native-webview/issues/62
This is not library's issue, so closing it. https://stackoverflow.com/questions/52136497/status-bar-disappeared-after-full-screen-video-in-wkwebview-only-in-ios-12
I'm busy for some time, can you open a PR with the fix? thanks.
Check this stack overflow question: [UITableView didEndDisplaying not called when video is playing](https://stackoverflow.com/questions/48205479/uitableview-didenddisplaying-not-called-when-video-is-playing)