[TIMOB-7672] MobileWeb: Check for resources in Resources/mobileweb directory first
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-17T11:53:31.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Release 2.0.0, Sprint 2012-06 |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-02-15T14:12:16.000+0000 |
Updated | 2017-03-04T00:03:00.000+0000 |
Description
When resources (images or code) are being loaded, we need to check for the resource in the Resources/mobileweb directory first, then the Resources folder. This will either require serializing the complete directory structure at compile time (not a great option) or polling the server prior to pull the file (also not a great option). The better solution would be to have the AST parser do the heavy lifting, but the AST parser is a ways out.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1719
Closing ticket as MobileWeb is no longer supported.