[TIMOB-8119] MobileWeb: Splash screen shows artifacts when changing orientation or resizing
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-03-21T06:12:44.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-03-20T13:32:41.000+0000 |
Updated | 2017-03-03T23:54:15.000+0000 |
Description
The splash screen needs to be position:fixed, top:0, left:0, right:0, and bottom:0 during launch. After launch, if the browser is resized or orientation is changed, you can see the splash screen while the layout system waits to render the screen again.
We either need to break parity with ios and android and hide the splash screen once a window is opened and then show it again when all windows are closed -or- we need to reset the splash screen's right and bottom and override the width and height with the browser size during the layout function so that they are synced.
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/1771
Closing ticket as MobileWeb is no longer supported.