learningequality / kolibri-installer-android

Android wrapper for Kolibri.
MIT License
26 stars 22 forks source link

Fullscreen not working for videos on Android #86

Closed jamalex closed 2 years ago

jamalex commented 3 years ago

Note: this is different from https://github.com/learningequality/kolibri-app/issues/5 (which was macOS-specific)

While full-screen seems to work for documents, HTML5, etc, the button is disabled on videos. This can impair the ability to watch the full video frame on some screen sizes, and not fully leverage the screen when on smaller screens.

intelliant01 commented 3 years ago

Seems similar to https://github.com/learningequality/kolibri/issues/7537

rtibbles commented 2 years ago

I think this StackOverflow answer might give us some guidance to making updates to the WebView to allow this: https://stackoverflow.com/a/56186877