Titanium JIRA Archive
Alloy (ALOY)

[ALOY-9] Filesystem CSS load failing on Android

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2012-07-19T11:52:05.000+0000
Affected Version/s2012 Sprint 14
Fix Version/s2012 Sprint 14
ComponentsRuntime
Labelsn/a
ReporterTony Lukasavage
AssigneeTony Lukasavage
Created2012-05-16T07:55:11.000+0000
Updated2012-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);	

Comments

  1. Tony Lukasavage 2012-05-16

    fix details are here: [https://github.com/appcelerator/ZipTi/commit/ba46d0a4eb7bd73344ec37aee66984f746f05078](https://github.com/appcelerator/ZipTi/commit/ba46d0a4eb7bd73344ec37aee66984f746f05078)

JSON Source