4***@qq.com
4***@qq.com
  • 发布:2021-05-20 15:01
  • 更新:2021-05-24 12:41
  • 阅读:573

【报Bug】uni.saveVideoToPhotosAlbum 无法保存视频到相册

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: 10

HBuilderX类型: 正式

HBuilderX版本号: 3.1.15

手机系统: Android

手机系统版本号: Android 11

手机厂商: 小米

手机机型: 小米11纪念版

页面类型: vue

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

const downloadTask = uni.downloadFile({
url: this.video_url,
success: (e) => {
this.$refs.Loading.hide()
console.log(e)
uni.saveVideoToPhotosAlbum({
filePath: e.tempFilePath,
success: (e) => {
console.log(e)
uni.hideLoading()
uni.showToast({
icon: 'none',
title: '已保存到手机相册'
})
},
fail: () => {
uni.hideLoading()
uni.showToast({
icon: 'none',
title: '保存到手机相册失败' + e.tempFilePath
})
},
complete() {

                            }  
                        });  
                    },  
                    fail: (e) => {  
                        this.$refs.Loading.hide()  
                        console.log(e.errMsg.indexOf("abort"))  
                        console.log(e.errMsg)  
                            if(e.errMsg.indexOf("abort") == -1 ){  
                            uni.showModal({  
                                content: '下载失败,' + e.errMsg+'请联系客服',  
                                showCancel: false  
                            })  
                        }  

                    }  
                });

操作步骤:

无法保存到相册

预期结果:

保存到相册

实际结果:

无法保存到相册

bug描述:

uni.saveVideoToPhotosAlbum 无法保存视频到相册 无法进行调试 安卓11无法进行调试不知道错误信息是啥

希望官方大大修复下 好多人都是这样

2021-05-20 15:01 负责人:DCloud_Android_zl 分享
已邀请:
4***@qq.com

4***@qq.com (作者)

没有官方大大 回复一下吗

4***@qq.com

4***@qq.com (作者)

顶 官方大大

该问题目前已经被锁定, 无法添加新回复