cprcrack / VideoEnabledWebView

Android's WebView and WebChromeClient class extensions that enable fully working HTML5 video support
MIT License
1.05k stars 289 forks source link

Orientation Change does not work #17

Open ahikmat85 opened 8 years ago

ahikmat85 commented 8 years ago

While watching video on full screen, if you change screen orientation then it stops playing

YuriHeupa commented 8 years ago

How can I keep it playing while rotating device?

alvaroriosch commented 8 years ago

Did you find any solution?

alvaroriosch commented 8 years ago

Fixed, just add android:configChanges="keyboardHidden|orientation|screenSize" in your activity tag on the AndroidManifest.xml