Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-8119] MobileWeb: Splash screen shows artifacts when changing orientation or resizing

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2012-03-21T06:12:44.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-03-20T13:32:41.000+0000
Updated2017-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.

Comments

  1. Bryan Hughes 2012-03-20

    Pull Request: https://github.com/appcelerator/titanium_mobile/pull/1771
  2. Lee Morris 2017-03-03

    Closing ticket as MobileWeb is no longer supported.

JSON Source