Removed JS fullscreening for Android (#2013)

This commit is contained in:
Jens Andersson
2020-06-11 16:44:13 +02:00
committed by GitHub
parent 7c8c613a65
commit f395bd1d3d
7 changed files with 5 additions and 121 deletions

View File

@@ -455,7 +455,7 @@ Controls whether the player enters fullscreen on play.
* **false (default)** - Don't display the video in fullscreen
* **true** - Display the video in fullscreen
Platforms: iOS, Android Exoplayer
Platforms: iOS
#### fullscreenAutorotate
If a preferred [fullscreenOrientation](#fullscreenorientation) is set, causes the video to rotate to that orientation but permits rotation of the screen to orientation held by user. Defaults to TRUE.
@@ -468,8 +468,6 @@ Platforms: iOS
* **landscape**
* **portrait**
Note on Android ExoPlayer, the full-screen mode by default goes into landscape mode. Exiting from the full-screen mode will display the video in Initial orientation.
Platforms: iOS
#### headers