收藏
回答

canvas 2d canvas.height 和canvas.width 赋值卡住不执行

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug Android android 11 redmi k30 pro 8.0.2

 async setOption(option){

        console.log("进入setOption")

        

        const canvas = this.canvas

        const layerList = option.layerList

        // 设置画布宽高

        canvas.width = option.width * this.dpr

        canvas.height = option.height * this.dpr

        console.log("设置画布宽高")


    }


安卓手机执行结果

iphone




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

2 个回答

登录 后发表内容