문제

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