Open GoogleCodeExporter opened 8 years ago
I managed to discover why this problem happens.
The following line from StageWebViewDisk.as does not consider subfolders when
copying to the temp directory (wwwSource)
fileList[e].copyTo( _appCacheFile.resolvePath( _document_source + '/' +
fileList[e].name ), true );
Original comment by naftali....@gmail.com
on 9 Mar 2012 at 8:21
[deleted comment]
I checked out the source here and managed to solve this problem. I am sending
the patched version of the StageWebViewDisk
Original comment by naftali....@gmail.com
on 9 Mar 2012 at 9:42
Attachments:
Original issue reported on code.google.com by
naftali....@gmail.com
on 9 Mar 2012 at 2:35