NanoPlayer - Release Overview
[4.11.0]
Release Notes
This version is adding improvements to the fullscreen mode in general
and in particular for iOS.
The player background color can now be customized for standard and
fullscreen mode separately via the new configuration parameter
config.style.fullScreenBackgroundColor
. The default value
is the standard background color config.style.backgroundColor
.
The following improvements to the fullscreen mode have been added for iOS Safari and Chrome
- Preventing the page body from becoming visible during orientation changes and zoom gestures
- The fullscreen background color will be applied to the notch areas present on iPhone X/11/12
- Improved up/down swipe handling to hide/show browser address bars
- Improved layout calculation in Chrome iOS
- Restoring the initial page scroll position when exiting fullscreen mode
- Player borders will be hidden in fullscreen mode
Changelog
Added
- separate fullscreen background color parameter
config.style.fullScreenBackgroundColor
Improved
- fullscreen appearance in Safari and Chrome iOS
- preventing the page body from becoming visible during orientation changes and zoom gestures
- the fullscreen background color will be applied to the notch areas present on iPhone X/11/12
- improved up/down swipe to hide/show browser address bars
- layout calculation in Chrome iOS
- restoring the initial page scroll position when exiting fullscreen mode
- player borders will be hidden in fullscreen mode
Fixed
- script error in nanoplayer-multi demo page
Release Package 4.11.0
Documentation
Feature Description
Release History