-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As shown in the screenshot,The H5 video element's full screen control button is not available. #423
Comments
As we all know, it's a bad experience to play video on the mobile without fullscreen. |
@slightfoot @charafau Please pay attention to this Issue. |
Thanks for bringing this up. I think full-screen video playback already works on iOS. This needs confirmation. I am just dropping some reference docs here for later Android implantation. https://developer.android.com/reference/android/webkit/WebChromeClient#onShowCustomView(android.view.View,%2520android.webkit.WebChromeClient.CustomViewCallback) Basically we override onShowCustomView and onHideCustomView to display a Custom-View in-place of the Web-View. We can also choose to enable the immersive mode on Android to hide the system chrome like status. We also want to override the back button behaviour such that if the custom-view is open it will close it on first tap of back button. Further research required. |
@slightfoot Great. Thank you very much for your response in the middle of the night. Looking forward to the new version. |
@slightfoot On Android platform, has this problem been solved? |
Looking forward to solving the problem! |
@slightfoot do you see any issues with this solution? |
@slightfoot @charafau Looking forward to the solution of this problem. |
Looking forward to .... |
@slightfoot @charafau Looking forward to the solution of this problem. |
1 similar comment
@slightfoot @charafau Looking forward to the solution of this problem. |
Looking forward to .... |
Looking forward to.. |
As the title,As shown in the screenshot.
The text was updated successfully, but these errors were encountered: