cfjedimaster / Cordova-Examples

A collection of Cordova/Ionic/etc demos.
982 stars 1.07k forks source link

TypeError when dealing with files #5

Closed shenzhuxi closed 9 years ago

shenzhuxi commented 9 years ago

cordova 3.6.3-0.2.13 org.apache.cordova.file 1.1.0 "File" org.apache.cordova.file-transfer 0.4.6 "File Transfer" org.chromium.zip 2.1.0 "Zip"

getfiledata example: TypeError: 'undefined' is not an object (evaluating 'cordova.file.applicationDirectory')

readtextfile example: TypeError: 'undefined' is not an object (evaluating 'cordova.file.dataDirectory')

cfjedimaster commented 9 years ago

You need 1.2 for the File plugin.