hide mobile browser address bar on chrome (android)

后端 未结 3 827
后悔当初
后悔当初 2020-12-11 06:33

We have a site, where with a simple JavaScript


We hide the ad

3条回答
  •  [愿得一人]
    2020-12-11 06:59

    scrollTo(0,1) is not yet supported in Chrome for Android (it was recently added and then removed). We do have the FullScreen API but that is a little heavy handed for what you want to achieve.

提交回复
热议问题