I have refer to Playing HTML5 video on fullscreen in android webview to play video on full screen.
But I didn't use the native webview, I used the Crosswalk webview to play the live flv video, which is not a HTML video format. I use flv.js and xwalkwebview, the live flv video plays well, but I want to play it fullscreen.
And I have refer to Is there a XWalkView webviewclient?. WebChromeClient of webview is corresponding to XWalkUIClient of crosswalk webview. While XWalkUIClient doesn't have somemethod like onShowCustomView()
and onHideCustomView()
.
So how to make it.