Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

希望增加 capture='camera' 的可选配置项 #240

Open
IainZhuo opened this issue Jun 29, 2020 · 0 comments
Open

希望增加 capture='camera' 的可选配置项 #240

IainZhuo opened this issue Jun 29, 2020 · 0 comments

Comments

@IainZhuo
Copy link

问题:安卓部分手机上传图片不支持选择相机而是直接进入文件系统了

希望增加 capture='camera' 的可选配置项

<input
         capture="camera"
        :disabled="uploading"
        :name="name"
        :multiple="multiple"
        type="file"
        :accept="inputAccept"
        @change="change"
        @dragover="dragover"
        @dragenter="dragover"
        @dragleave="dragleave"
        @dragend="dragleave"
        @drop="dragleave" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant