uni.downloadFile({
url: download_url,
success(res) {
var temp = res.tempFilePath
uni.saveVideoToPhotosAlbum({
filePath: temp,
success:function(res){}
fail: function (err){}
})
}
})
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: w7
HBuilderX类型: 正式
HBuilderX版本号: 3.0.7
第三方开发者工具版本号: 1.03.2012120
基础库版本号: 2.9.2
项目创建方式: HBuilderX
uni.downloadFile({
url: download_url,
success(res) {
var temp = res.tempFilePath
uni.saveVideoToPhotosAlbum({
filePath: temp,
success:function(res){}
fail: function (err){}
})
}
})
ios保存视频到相册
无法保存
uni.saveVideoToPhotosAlbum IOS 报错fail inalid video?安卓正常 开发工具正常
1 个回复
天生DR - 天生我材必有用
请提供完整示例工程 例如是哪个url