<view class="canvas-view">
<canvas style="width:800px;height:200px;" bindtouchmove="touchHandler" bindtouchstart="touchHandler" canvas-id="myCanvas" />
</view>
.canvas-view {
overflow-x: scroll;
position:relative;
left:0px;
top:120rpx;
width: 100%;
}
请问官方,这是ios的bug,还是我写的代码不对??
qiiuwen
有人能帮忙想想办法吗,类似墨迹天气的横向滚动怎么实现?