halaharr
halaharr
Hi, Here is the code var logDir = storage.getPublicPictureDirectory().getFolder("Log"); var attachments: Attachment[] = []; var userid = auth.getUsername(); var files = logDir.getEntitiesSync(); for (var i = 0; i < files.length;...
Sorry forgot to mention it is for ios. I am assuming it is the same problem with android. When I was debugging in the plugin the ‘for in’ loop get...
Hi, I did change the loop to ‘for(I;i On Sep 26, 2017, at 11:38 AM, Eddy Verbruggen wrote: > > Thanks for those details. If you're sure changing the loop...