Open hughknaus opened 2 years ago
Hello @hughknaus,
You can try to increase the dependency on our plugin. (Create a PR and we will do some tests and merge it)
or you can do the reverse.
Regards, Zafir
PR: Update dependency of cordova-plugin-file version -- https://github.com/spoonconsulting/cordova-plugin-background-upload/pull/237
Does fix the build issue and initial tests around uploading appear okay.
Hello @hughknaus,
Will test the PR and let you know.
Regards, Zafir.
Hello @hughknaus,
This version of cordova-plugin-file
has a problem when displaying an img
in the WebView.
https://github.com/apache/cordova-plugin-file/issues/526
The link above address this issue.
Regards, Zafir.
@zfir Yeah, I believe we were running into it on Android as well. iOS seemed to be okay though.
What are the plans for resolving these issues? Do you know the timeframe for resolution?
Hello @hughknaus,
No idea. We need to wait for Apache to release a new version. For now, I would recommend you to try to downgrade the dependency of cordova-plugin-file-transfer
to 6.0.2
and test again.
Regards, Zafir.
I'm using cordova-plugin-ns0m-file-transfer
- does this fix your problems? I am still running into a file not found issue though, but I'm thinking that's a URL file://
thing that I can hopefully fix soon.
Trying to use
cordova-plugin-file-transfer
in the same project that I'm usingcordova-plugin-background-upload
. However, withionic repair
the corodova prepare phase fails with:cordova-plugin-background-upload
has a dependency oncordova-plugin-file@6.0.2
whilecordova-plugin-file-transfer
has a dependency ofcordova-plugin-file@>=7.0.0
, how can these be used in the same project with the dependency disparity?Snippet from my package.json: