为了账号安全,请及时绑定邮箱和手机立即绑定

iscroll IOS无法滑动

iscroll IOS无法滑动

交互式爱情 2018-09-02 09:09:53
<div id="scroll" class="scroll">    <div id="modal-body" class="modal-body">内容</div> </div>.scroll {      position: relative;      line-height: 1.6;      height: 5rem;     }    .modal-body {      line-height: 1.6;      padding: 10px 0;      font-size: 120%;      overflow-y: scroll;      -webkit-overflow-scrolling: touch;     }$("#rule").on("click", function () {       $(".modal").show();      if (!haveScroll) {        new IScroll("#scroll", {          mouseWheel: true,          scrollY: true,          tap: true         });         haveScroll = true;       }     });安卓没问题可以滑动,可是IOS滑不动,请问是怎么回事呀,求指导
查看完整描述

1 回答

?
神不在的星期二

TA贡献1963条经验 获得超6个赞

问题已经解决了。
为了禁止body滑动,
在安卓时添加下面代码,IOS不添加

$(".modal").on("touchmove", function (e) {
   e.preventDefault();
});


查看完整回答
反对 回复 2018-09-02
  • 1 回答
  • 0 关注
  • 1297 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信