Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7672] MobileWeb: Check for resources in Resources/mobileweb directory first

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2012-03-17T11:53:31.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sRelease 2.0.0, Sprint 2012-06
ComponentsMobileWeb
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2012-02-15T14:12:16.000+0000
Updated2017-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.

Comments

  1. Chris Barber 2012-03-16

    Pull request: https://github.com/appcelerator/titanium_mobile/pull/1719
  2. Lee Morris 2017-03-04

    Closing ticket as MobileWeb is no longer supported.

JSON Source