ios - Ipad is not showing directory created with phonegap -
i created 1 directory using:
window.requestfilesystem(localfilesystem.persistent, 0, function (filesystem) { filesystem.root.getdirectory("folder1", {create: true}, function (dir) {}); }); however, directory not displayed on ipad. have tried using file manager, directory not displayed well.
can me solve issue?
Comments
Post a Comment