早些时候,你在Chrome的FullSCreen模式下使用history.pushState()
(通过JS使用FullScreen,而不是通过用户按下按钮)它没有退出它,现在确实如此,是否有解决方法?
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 ='(