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

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -