didi / mand-mobile

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
https://didi.github.io/mand-mobile
Apache License 2.0
3.46k stars 772 forks source link

ImageReader Selector #301

Closed de1ck closed 5 years ago

de1ck commented 5 years ago

Mand Mobile Version

2.0.0-rc.5

OS Version & Browser Version

Android8.1.0 EMUI 8.1.0 huawei P20 & 微信7.0.0

Node Version, Package Management Tool

Recurring Links

Recurring Steps

Expectant Behaviors

支持图片选择

Actual Behaviors

图片选中后没有效果

xxyan0205 commented 5 years ago

Android 8.1.0 EMUI 8.1.0 huawei P20, 微信 v7.0.0 未复现上述问题 https://didi.github.io/mand-mobile/examples/#/image-reader

de1ck commented 5 years ago

@xxyan0205 P20微信开启应用分身会出现这问题。

xxyan0205 commented 5 years ago

在分身微信中,原生的input[type="file"]的change事件没有触发,导致后续无法继续读取图片,可能是系统级的限制。同类的组件都有这个问题。