Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8073] MobileWeb: Ti.UI.setBackgroundColor should override the splash screen.

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-03-19T22:11:10.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sRelease 2.0.0, Sprint 2012-06
ComponentsMobileWeb
Labelsqe-port
ReporterBryan Hughes
AssigneeBryan Hughes
Created2012-03-18T17:53:49.000+0000
Updated2012-08-28T14:11:29.000+0000

Description

Calls to Ti.UI.setBackgroundColor are overridden by the splash screen. Create a project with *only* the following code to see the difference between iOS/Android and mobile web.
Titanium.UI.setBackgroundColor('green');

Comments

  1. Bryan Hughes 2012-03-18

    Interestingly enough, iOS doesn't display the background color until a (transparent) window is opened. Is this a bug in iOS?
  2. Bryan Hughes 2012-03-19

    Pull Request: https://github.com/appcelerator/titanium_mobile/pull/1740
  3. Lokesh Choudhary 2012-08-28

    Verified fix on: Titanium studio : 2.1.1.201207271312 SDK version : 2.2.0.v20120827143312 Chrome 21.0.xx Firefox 15 Safari 6.0 Android 4.0.4 default browser,chrome 18.0.xx ,firefox 15.0 Iphone 5.0.1 mobile safari

JSON Source