I used this code in phonegap 2.6.0 and it worked, now I upgraded to phonegap 3.0.0 and xcode 5 and I get this error:
onDeviceReady: =>
try
window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, failFS)
catch e
alert(e)
**ReferenceError: LocalFileSystem is not defined**
I get the same error in Chrome, and I assume this is normal?
The documentation is still unchanged from 2.6 to 3, so I'm not sure what happened!
source
share