Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android6正常下载,android6以上没有任何反应 #329

Closed
gulugulu-cy opened this issue Jan 12, 2024 · 1 comment
Closed

android6正常下载,android6以上没有任何反应 #329

gulugulu-cy opened this issue Jan 12, 2024 · 1 comment

Comments

@gulugulu-cy
Copy link

return await RNFetchBlob.config({
fileCache: true,
path: filePath,
timeout: 6000,
addAndroidDownloads: {
useDownloadManager: true,
notification: false,
path: filePath,
}
}).fetch("GET", url.replace(/\/g, '/')).then(res => {
console.log('下载成功', res)
return filePath;
}).catch(e => {
console.log('下载失败', e)
return filePath;
})

@RonRadtke
Copy link
Owner

Sorry but you will have to describe and explain your problem in english, german or norwegian. Otherwise I can't help you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants