Prevent Address-Bar hiding in mobile Browsers

前端 未结 7 1500
野趣味
野趣味 2020-11-30 04:20

I\'m currently working on a website with a horizontal layout. All elements are position:absolute with javascript. Their size is calculated with window.innerHeight. My Proble

7条回答
  •  庸人自扰
    2020-11-30 04:41

    With a javascript window.scrollTo(0, 1); you can fix the problem.

    Look at http://mobile.tutsplus.com/tutorials/mobile-web-apps/remove-address-bar/ for the solution.

提交回复
热议问题