收藏
回答

wx.chooseVideo()安卓手机maxDuration无效的问题

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.chooseVideo() 客户端 6.7.3 2.3.2

wx.chooseVideo({

maxDuration:15,

      success : function(res) {

var videoDuration = res.duration;

if (videoDuration &&videoDuration>15){

wx.showToast({

title: '视频时长不能超过15秒',

icon: 'none',

duration: 2000

});

}else{

that.setData({

video: res.tempFilePath,

addVideShow: 0

})

that.formSubmit();

}

        

      },

      fail : function(r) {

        console.log(r);

      }

    })


(安卓手机)目前效果:无法自动停止拍摄




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

1 个回答

  • 是小白啊
    是小白啊
    2018-12-25

    已知问题哈

    2018-12-25
    有用
    回复 1
    • 韦祎龙
      韦祎龙
      2019-05-05

      啥时能改啊

      2019-05-05
      回复
登录 后发表内容