rolinger
rolinger
@breautek - a follow up on this. Could use your input. For Android, I cannot write directly to: `cordova.file.externalRootDirectory` anymore. I guess it changed in API 29/30. However, targeting API...
@breautek - well after a VERY long time of frustration, I finally found the answer for iOS. Please update the `cordova-plugin-file` documentation. Honestly, I can't believe its not listed anywhere...
Thanks. `quite spammy` is a bit of an understatement. lol. Is there no way to pass that flag from the existing cordova cli? Or at least temporarily turn it off...
I did a few test and found something interesting: ``` `ionic cordova build ios --buildFlag="-quiet"` - -quiet is ignored, there is no xcodeBuildArg displayed in the terminal - and all...
@breautek - I just upgraded my Mac Mini from 8gb to 64Gb. One of the modules is bad so its only 32Gb at the moment. However, even with 32Gb of...
@mramonlopez - well, these two functions work as download alternatives to this plugin. Being that the above functions are dependent on a beta version of `file-transfer` I wouldn't want to...
========= update ========= I then outputted the file systems the plugin is grabbing and got this, Can anyone tell me whats happening here? ``` document.addEventListener('DOWNLOADER_gotFileSystem', function() { console.log(event.data) ; })...
This issue is only happening on iOS....the double `//` at the end of the write-to-path is def causing the issues, but trying to figure out where its coming from has...
I fixed that issue by adding: `filePath = filePath.replace(/\/\//g, "/") ;` However, now I am getting another error: `Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'result.lengthComputable')` Its...
@Aarbel - could you clarify your answer please. Using ionic i have the following, however it only works if app is not running in the background, how do I get...