I'm building an app using Ionic 1.3.1, crosswalk and ng-cordova for accesing the filesystem. I have a path in which I want to create\write a file after the device ready event
var storagePath = cordova.file.applicationStorageDirectory;
When I load my app in a browser it outputs to the console "ionic.bundle.js:17946 Uncaught ReferenceError: cordova is not defined". And If I run my app on an android phone it's just a blank white screen.