Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12674] iOS:Request to support iPad specific images (-ipad suffix) in the resources other than the splash screen

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-02-13T16:59:52.000+0000
Affected Version/sRelease 3.0.2
Fix Version/sn/a
ComponentsiOS
Labelsqe-sdk3.0.2
ReporterShyam Bhadauria
AssigneeOlga Romero
Created2013-02-12T11:56:34.000+0000
Updated2014-06-19T12:44:05.000+0000

Description

Its not a regression.It happens in 3.0.0.GA as well. Steps to reproduce: 1. Use the code below in the app.js file
var win = Ti.UI.createWindow({
	backgroundImage:'/images/background.png'
});

win.open();
2. Download the attached images zip file, unzip it and paste it under the 'Resources' folder of the project. 3. Run the app on retina ipad. Expected result: 3. It should display the image with suffix '@2x~ipad.png'. Actual result: 3. It displays the image with suffix '@2x.png'

Attachments

FileDateSize
images.zip2013-02-12T11:56:34.000+00001004227

Comments

  1. Olga Romero 2013-02-13

    @Sabil Please change the status, so I can close it. Tis is a test case issue. An upper case letter in @2X.png is not acceptable, it has to be @2x.png
  2. Olga Romero 2013-02-13

    updated test case and test content. Closing.

JSON Source