Skip to content

uni-file-picker 组件 fileMediatype 为 "all" 时,android的微信浏览器通过相册选择文件时无法触发select事件 #992

Open
@elewen

Description

@elewen

uni-file-picker 组件 fileMediatype 设置为 "all" ,auto-upload 为 false 时,android手机的微信内置浏览器在选择文件时可以切换进入相册(符合预期),但是选择相册中的照片时无法触发select事件(不符合预期)

<uni-file-picker
                fileMediatype="all"
                fileExtname="jpg,jpeg,png,pdf"
                mode="grid"
                :limit="4"
                v-model="fileList"
                :auto-upload="false"
                @select="selectFile"
                @delete="deleteFile"
            />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions