收藏
回答

canvas横向滚动,安卓正常,IOS无效,求解决方法!

<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%;

}


回答关注问题邀请回答
收藏

3 个回答

  • 张锋
    张锋
    2017-12-12

    请问官方,这是ios的bug,还是我写的代码不对??

    2017-12-12
    有用 1
    回复
  • 無語無言
    無語無言
    2022-04-13

    qiiuwen

    2022-04-13
    有用
    回复
  • 张锋
    张锋
    2017-12-17

    有人能帮忙想想办法吗,类似墨迹天气的横向滚动怎么实现?

    2017-12-17
    有用
    回复
登录 后发表内容