ios浮层滑动不流畅解决方案

前段时间做了一个浮层,但在ios上,浮层滑动不流畅,基本上是随着手指的移动而移动,经研究加上-webkit-overflow-scrolling: touch即可

eg:

<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <meta name="keywords" content="尚德机构"/>
        <meta name="description" content="尚德机构"/>
        <meta name="apple-mobile-web-app-capable" content="yes"/>
        <meta name="generator" content="bd-mobcard"/>
        <meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0"/>
        <title></title>
        <style type="text/css">
            #a {
                width: 100%;
                height: 100%;
                position: fixed;
                top: 0;
                left: 0;
                font-size: 20px;
                white-space: pre;
                background: lightgoldenrodyellow;
                overflow-y: scroll;
                -webkit-overflow-scrolling: touch;
            }
            #b {
                
            }
        </style>
    </head>
    <body>
        <div id="a">
            <div id="b">
            1
            1
            1
            1
            11
            
            1
            1
            1
            11
            
            1
            11
            1
            1
            
            11
            1
            
            1
            1
            1
            11
            1
            
            11
            11
            111111
            
            1
            1
            1
            1
            1
            1
            1
            1
            1
            1
            1
            1
            </div>
        </div>
    </body>
</html>
View Code

本质上,此属性创建了带有硬件加速的系统级控件,使元素能快速滑动和回弹,同时也会消耗更多的内存。

转载于:https://www.cnblogs.com/yanze/p/8449819.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值