-
getCurrentSize() always returns 0 using Cordova Plugin File v1.0.0. The problem is that the Metadata interface of a File entry does not have a size property thus it does not match the html5 specifications. Looking at the code for this plugin, this should have been fixed in v1.0.1 but unit test still fail on iOS.
-
Android users, check out the Android section of CORDOVA.md if you're having troubles.