收藏
回答

input[type=file]安卓机微信环境无法调起相机

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug Android android 10 ONEPLUS A6000 8.0.0
<h2>普通</h2>  Android仅文件  ios可多选
<input type="file" />
<h2>相机</h2> Android仅文件  iOS仅相机
<input type="file" capture="camera" />
<h2>文件</h2> Android仅文件  ios可多选
<input type="file" accpet="image/*" />
<h2>相机文件</h2> Android仅文件 iOS仅相机
<input type="file" accpet="image/*"  capture="camera"/>
<h2>多选</h2>  Android仅文件  ios可多选
<input type="file"  mutiple="mutiple"/>
<h2>多选相机文件</h2> Android仅文件  iOS仅相机
<input type="file" accpet="image/*"  capture="camera"  mutiple="mutiple"/>
<h2>文件类型</h2>  Android仅文件  ios可多选
<input type="file" accpet="image/png,image/jpeg,image/jpg" />
<h2>相机文件类型</h2> Android仅文件 iOS仅相机
<input type="file" capture="camera" accpet="image/png,image/jpeg,image/jpg" />
<h2>相机文件多选</h2> Android仅文件 iOS仅相机
<input type="file" mutiple="mutiple" capture="camera" accpet="image/png,image/jpeg,image/jpg" />


回答关注问题邀请回答
收藏

2 个回答

  • 😶
    😶
    2021-01-29

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2021-01-29
    有用
    回复 2
    • Keroro
      Keroro
      2021-01-29
      不是小程序,是安卓的微信环境,https://www.26dudt.com/gmms-minipro-h5/QLB/img.html  这是上面代码的页面,其他浏览器和ios的微信都没问题,就安卓机的微信环境不能调起相机
      2021-01-29
      回复
    • 😶
      😶
      2021-02-01回复Keroro
      不是小程序?是普通的页面吗?是用什么写的呢,意思是在安卓手机的微信里调不起来相机么?
      2021-02-01
      回复
  • Keroro
    Keroro
    2021-01-29

    安卓系统其他浏览器没问题,就是微信里面只能调起文件

    2021-01-29
    有用
    回复
登录 后发表内容
问题标签