[TIMOB-8073] MobileWeb: Ti.UI.setBackgroundColor should override the splash screen.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-19T22:11:10.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Release 2.0.0, Sprint 2012-06 |
Components | MobileWeb |
Labels | qe-port |
Reporter | Bryan Hughes |
Assignee | Bryan Hughes |
Created | 2012-03-18T17:53:49.000+0000 |
Updated | 2012-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');
Interestingly enough, iOS doesn't display the background color until a (transparent) window is opened. Is this a bug in iOS?
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/1740
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