Manuel Beck
Manuel Beck
Thank you, for treating it as a feature request. I looked for the minimum Android version of promise support, and saw the minimum version [4.4.3](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise#Browser_compatibility). Would this not be enough...
Ok, it's not that hard to add a polyfill. I will see, what i can do.
@breautek Really good explained. For the majority, we don't even need a polyfill. iOS has support since iOS 8 and Android since 4.4.3. What i don't understand is, that there...
> This might be a stupid question but why do you even need promises? It's really a weired question for me. It's for doing your code much more cleaner and...
Hi, sorry, I didn't found time currently to make a PR. I only made a promise polyfill for the plugin but didn't add it directly in the plugin code. I...
Hi I won't implement the promises in this plugin, because I don't find time for this and have other projects to do. I hope someone else could do it :)
Thank you, but I should have written, that I'm using already a local webserver with `cordova run browser`. If I ouput here `cordova.file.dataDirectory` I get the path `filesystem:file:///persistent/`, but cannot...
Wow thank you, i was searching for the place, where the urls are created. Because when i debug the cordova.file-Property, i get only 3 properties, which are filled, the rest...
Thank you :)