we-plugin/we-cropper

android选择图片后跳转到裁剪页面图片不能显示

Open

#122 opened on Apr 23, 2019

View on GitHub
 (11 comments) (0 reactions) (0 assignees)JavaScript (2,100 stars) (453 forks)batch import
help wanted

Description

we-cropper 版本 1.3.7

对应工具或者iOS或者Andriod的版本号 android 9

微信版本号 7.0.4

重现步骤 upload () { wx.chooseImage({ count: 1, // 默认9 sizeType: ['original', 'compressed'], // 可以指定是原图还是压缩图,默认二者都有 sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有 success (res) { const src = res.tempFilePaths[0]

    wx.navigateTo({
      url: `../crop/crop?src=${src}`
    })
  }
})

} 期待的行为 跳转到裁剪页面正常显示选择的图片

实际的行为 有时不能正常显示,需要滑动一下才能显示选择的图片 image

Contributor guide

android选择图片后跳转到裁剪页面图片不能显示 · we-plugin/we-cropper#122 | Good First Issue