Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17474] Splash screen resizes on app launch

GitHub Issuen/a
TypeBug
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.3.0
Fix Version/sn/a
ComponentsiOS
LabelsTCSupport, ios, resize, splash-screen
ReporterGopi Reddy
AssigneeUnknown
Created2014-07-24T21:53:19.000+0000
Updated2018-02-28T20:03:52.000+0000

Description

Problem Description

With Ipad, the Splash screen resizes on app launch. In addition to this, the default spash images have the wrong size in the default project.

Steps to reproduce

1. Create a new project in Titanium. 2. Run/build the project in titanium. 3. Go to the projects "build/iphone/..." folder. 4. Open the ("projectname".xcodeproj) file in xcode. 5. Copy the content of "iphone" folder in "Resource" Directory of the project to the "iphone" folder in the "build" directory of the project. 6. Deleate the project from the iphone/simulator. 7. Run the project by xcode. 8. The splash screen shows on full screen on the device/simulator.

Expected results

The splash Screen should resizes on the first launch of the app.

Actual Results

On iPad the splash Screen resizes and app launches on a small screen.

Comments

  1. Mauro Parra-Miranda 2014-07-28

    Hello [~gopireddy]! Is this happening to you with the default sizes of the ipad? I.e., did you copy the resources provided from the defaults in project creation and did you replace this image with another one with that same size? Best Regards, Mauro
  2. Mauro Parra-Miranda 2014-07-28

    Hello, for ipad, you should use: Default-Portrait.png * — 768w x 1024h Default-PortraitUpsideDown.png — 768w x 1024h Default-Landscape.png ** — 1024w x 748h Default-LandscapeLeft.png — 1024w x 748h Default-LandscapeRight.png — 1024w x 748h iPad-Retina–Portrait.png — 1536w x 2048h iPad-Retina–Landscape.png — 2048w x 1496h Default.png — Not recommended Let me know if you have those sizes. Best Regards, Mauro
  3. Mauro Parra-Miranda 2014-08-08

    Thanks for your report! The Platform team will set the priority in this bug.

JSON Source