[TIMOB-17474] Splash screen resizes on app launch
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.3.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | TCSupport, ios, resize, splash-screen |
Reporter | Gopi Reddy |
Assignee | Unknown |
Created | 2014-07-24T21:53:19.000+0000 |
Updated | 2018-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
JSON Source
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
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
Thanks for your report! The Platform team will set the priority in this bug.