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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -