美文网首页
移动端H5兼容性

移动端H5兼容性

作者: gzfgeh | 来源:发表于2018-09-08 15:23 被阅读40次

    1. input border-bottom

    ios:
    会有重影问题,翘起的边角,解决:border-radius: 0

    2. 加点击效果

    ios:
    没有效果,解决:

        document.body.addEventListener('touchstart', function () { });
    

    相关文章

      网友评论

          本文标题:移动端H5兼容性

          本文链接:https://www.haomeiwen.com/subject/tszkgftx.html