Fullscreen via Javascript on Chrome for Android (tablets)

前端 未结 1 764
既然无缘
既然无缘 2021-01-02 01:23

I would like to have my web app hide the browser tabs and address bar on Chrome on mobile. document.documentElement.requestFullScreen() seems to have no effect.

相关标签:
1条回答
  • 2021-01-02 01:48

    Check this sample: here

    try to use webkitRequestFullscreen()

    Also "Lowercased the "S" in requestFullscreen() and changed document.webkitCancelFullScreen() to document.webkitExitFullscreen(). Updated browser compatibility comment." via Let-Your-Content-Do-the-Talking-Fullscreen-API

    0 讨论(0)
提交回复
热议问题