首页 > 移动平台 > 详细

ios 浏览器内容较少时隐藏地址栏

时间:2020-03-26 00:05:39      阅读:93      评论:0      收藏:0      [点我收藏+]
      window.onload = function() {
                scroll();
            }

            function scroll() {
                if(document.documentElement.scrollHeight <= document.documentElement.clientHeight) {
                    bodyTag = document.getElementsByTagName(‘body‘)[0];
                    bodyTag.style.height = document.documentElement.clientWidth / screen.width * screen.height + ‘px‘;
                }
            }

  

ios 浏览器内容较少时隐藏地址栏

原文:https://www.cnblogs.com/xyunp/p/12571401.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!