Feature request Configure navigationUI controls to "hide" soft UI navigation buttons; mainly Android devices. See API here https://developer.mozilla.org/en-US/docs/Web/API/FullscreenOptions/navigationUI Specifically this code, https://github.com/fengyuanchen/viewerjs/blob/84f87cc041261436ff28505403a6825efc48e85d/src/js/others.js#L152 Something like `documentElement.requestFullscreen({ navigationUI: "hide" }));`