Earlier when you used history.pushState() in FullSCreen mode of Chrome (FullScreen via JS, not via user pressing button) it did not exit it, now it does, is there a workaround for it?

document.documentElement.webkitRequestFullscreen(window.ALLOW_KEYBOARD_INPUT); 
// boom! now we'r in da fullscreen!

window.history.pushState(0,0,0) // any args
// boom! now we'r not ='(

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top