Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2633] iPad - default image screen resizes itself

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:59:39.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.6.0 M06
ComponentsiOS
Labelsdefault.png, ios, ipad, release-1.6.0, scaling
ReporterThomas Huelbert
AssigneeBlain Hamon
Created2011-04-15T03:25:24.000+0000
Updated2011-04-17T01:59:39.000+0000

Description

iPad 3.2 and 4.2. Occurs wether starting with a 1024X1024 or a 1024X768 image. 1.5.0/1.5.1/1.6.0

1.create a simple project on ipad (you can use KS for the test, just install) using a default png that allows you to see any scaling or positioning changes (use KS-ipad)
2.hold the device in portrait and launch the app

results:the image loads, then redraws itself. Not seeing it in landscape orientation.

Comments

  1. Blain Hamon 2011-04-15

    Guh. Lighthouse ate my comment.

    We should start enforcing/supplying images for templates.

    Default-Portrait~iphone : 4.x iPhone Portrait 320480
    Default-Portrait@2x~iphone : 4.x iPhone retina Portrait 640
    960
    Default-Landscape~iphone : 4.x iPhone Landscape 480320
    Default-Landscape@2x~iphone : 4.x iPhone retina Landscape 960
    640

    Default-Portrait~ipad : 4.2 iPad Portrait 7681004
    Default-Landscape~ipad : 4.2 iPad Landscape 1024
    748
    Default-Portrait : 3.2 iPad Portrait 7681004
    Default-Landscape : 3.2 iPad Landscape 1024
    748

    Default.png : For the holdouts of 3.1 320*480

  2. Jeff Haynie 2011-04-15

    (from [917746618b5963430e28024c3cdb9653cdc72ac6]) [#2633 state:fixed-in-qa] Default.png placement now reflects Apple's code when the default.png is the right size (Eg, 320*480 for iPhone). Handling of nonstandard sizes is undefined. https://github.com/appcelerator/titanium_mobile/commit/917746618b5963430e28024c3cdb9653cdc72ac6"> https://github.com/appcelerator/titanium_mobile/commit/917746618b59...

  3. Alan Leard 2011-04-15

    Successful iPad test on 01/28/2011

    • iPad Results: Default.png opened without redraw in both portrait and landscape

    Mobile SDK version: 1.6.0 (01/26/11 18:53 bd12917...)

    iPad Version: 4.2.1

  4. Thomas Huelbert 2011-04-15

    test

JSON Source