wx.chooseImage 部分机型拍照图片自动裁剪?
发布于 3 年前 作者 jun40 10084 次浏览 来自 问答

使用 wx.chooseImage 拍照时,有些机型(OPPOR15x)图片会自动裁剪掉一部分,有没有谁遇到过?

wx.chooseImage({
  count: 1,
  sizeType: ['camera'],
  sourceType: ['compressed'],
  success(res) {
    
  },
  fail(res) {
      
  }
})
1 回复

你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

回到顶部