[ALOY-9] Filesystem CSS load failing on Android
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-07-19T11:52:05.000+0000 |
| Affected Version/s | 2012 Sprint 14 |
| Fix Version/s | 2012 Sprint 14 |
| Components | Runtime |
| Labels | n/a |
| Reporter | Tony Lukasavage |
| Assignee | Tony Lukasavage |
| Created | 2012-05-16T07:55:11.000+0000 |
| Updated | 2012-07-19T11:52:05.000+0000 |
Description
Android is not finding the CSS file with this
var file = Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory, "", name);
it should probably be
var file = Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory, name);
fix details are here: [https://github.com/appcelerator/ZipTi/commit/ba46d0a4eb7bd73344ec37aee66984f746f05078](https://github.com/appcelerator/ZipTi/commit/ba46d0a4eb7bd73344ec37aee66984f746f05078)