Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 598 Bytes

KNOWN_ISSUES.md

File metadata and controls

10 lines (7 loc) · 598 Bytes

Known issues

Cordova

  • 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.