[AC-914] Titanium.Filesystem.applicationSupportDirectory error to load image
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Needs more info |
| Resolution Date | 2015-07-03T23:43:54.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | 3.5.0, TCSupportTriage, ios |
| Reporter | Aee Q |
| Assignee | Radamantis Torres-Lechuga |
| Created | 2015-02-02T08:18:46.000+0000 |
| Updated | 2016-03-08T07:37:13.000+0000 |
Description
image does not load in Titanium.Filesystem.applicationSupportDirectory
var image_path = Titanium.Filesystem.applicationSupportDirectory+'test.png';
var image_view = Ti.UI.createImageView({image:iimage_path });
win.add( image_view )
it was ok before 3.5.0,please fix it.
[~aee2009go] we can not reproduce this issue, can you please share a test case with us that replicates the issue?