html5 input file 如何限制只能调起图库和摄像头、不能选择其他类型的文件?

html5 input file 如何限制只能调起图库和摄像头、不能选择其他类型的文件?

源文件

<input type="file" name="photo" class="photo"accept="image/gif,image/jpeg,image/jpg,image/png,image/svg">

在ios下只能选择图库,但是在andriod下连文件都可以选择,有什么办法可以在andriod也只能调起图库和摄像头而不能选择其他文件呢?

慕容708150
浏览 1069回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript