[TIMOB-12674] iOS:Request to support iPad specific images (-ipad suffix) in the resources other than the splash screen
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-02-13T16:59:52.000+0000 |
| Affected Version/s | Release 3.0.2 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | qe-sdk3.0.2 |
| Reporter | Shyam Bhadauria |
| Assignee | Olga Romero |
| Created | 2013-02-12T11:56:34.000+0000 |
| Updated | 2014-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
| File | Date | Size |
|---|---|---|
| images.zip | 2013-02-12T11:56:34.000+0000 | 1004227 |
@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
updated test case and test content. Closing.