movable-view里添加textarea后,拖动不了

发布于 8 年前作者 xiulanyang5011 次浏览最后编辑 8 年前来自 ask
  • 当前 Bug 的表现(可附上截图)

  • 预期表现

能正常拖动

  • 复现路径

  • 提供一个最简复现 Demo

<!--index.wxml-->
<view class="container">
  <movable-area style="height: 400px; width: 320px; background: red;">
    <movable-view style="height: 100px; width: 120px; background: blue;" x="{{x}}" y="{{y}}" direction="all" out-of-bounds="true" damping="100" frictio="100">
      <textarea placeholder="请输入..."></textarea>
    </movable-view>
  </movable-area>
</view>
1 回复
yan34
yan341 楼6 年前

原生组件不支持在此类组件中使用