cprcrack / VideoEnabledWebView

Android's WebView and WebChromeClient class extensions that enable fully working HTML5 video support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start Video fullscreen

omegasoft7 opened this issue · comments

Hello

I was looking at these code but i didn't realized how can i make to to start video fullscreen. Can you help me for that? I want when user clicked the video, it starts playing in fullscreen mode.

Thanks

What video? My classes provide support for full-screen HTML5 videos, provided that the website you are navigating to uses full-screen videos.You typically go full-screen by pushing a full-screen button. If you want a video on your own website to start full-screen, you probably have to modify your website itself, looking in the

thanks for reply. I am trying to play videos from youtube. but i don't want user push fullscreen button. when user clicks upon "VideoEnabledWebView" it usually starts o play video but i need video starts in fullscreen mode and if user doesn't want it just push fullscreen button to exit fullscreen mode. is this possible?

Mohamad Ujang Mohamad