一个页面有多个webview时,其中一个可以侧滑,其它禁止侧滑

document.getElementsByClassName('mui-inner-wrap')[0].addEventListener('drag', function(event) {
                          event.stopPropagation();
                    });

 

相关文章:

  • 2022-02-11
  • 2022-03-02
  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
猜你喜欢
  • 2021-06-21
  • 2021-11-01
  • 2022-12-23
  • 2021-09-26
  • 2021-10-01
  • 2021-10-01
相关资源
相似解决方案