vue移动端滑动兼容

Posted tongbiao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue移动端滑动兼容相关的知识,希望对你有一定的参考价值。

vue移动端transition兼容
  .face-recognition
    .wrapper(:style="height: viewHeight+‘px‘")



.face-recognition height: 100%; display: flex; flex-direction: column; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: #ffffff; .wrapper position: relative; overflow: auto; -webkit-overflow-scrolling: touch;

this.viewHeight = document.querySelector(‘#app‘).getBoundingClientRect().height;

  

 

以上是关于vue移动端滑动兼容的主要内容,如果未能解决你的问题,请参考以下文章

vue移动端开发列表左边固定右边可以左右滑动上下滑动同步?

vue-concise-slider vue滑动组件

vue-移动端日历插件

vue滚动+滑动删除标记(移动端)

VUE 路由组件左右滑动切换(移动端)

vue监听滑动事件,隐藏移动端键盘或者input失去焦点