[TIMOB-2666] tiapp.xml configuration not respected
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-05-04T12:05:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Sprint 2011-18 |
Components | iOS |
Labels | defect, ios, iphone, regression, reported-1.5.1 |
Reporter | Kevin Whinnery |
Assignee | Reggie Seagraves |
Created | 2011-04-15T03:26:24.000+0000 |
Updated | 2017-03-02T19:31:30.000+0000 |
Description
For iOS, many of the standard tiapp.xml configuration parameters are being ignored:
<icon>appicon2.png</icon>
<prerendered-icon>true</prerendered-icon>
<statusbar-style>black</statusbar-style>
<statusbar-hidden>true</statusbar-hidden>
<fullscreen>true</fullscreen>
<navbar-hidden>true</navbar-hidden>
This will preclude any application from specifying these parameters without hacking the generated projects. I have reproduced this in a brand new 1.5.1 project and in an existing project I updated to 1.5.1.
It seems that the status bar will change color after the app launches and opens a window, but the icon will not change based on tiapp.xml configuration.
rollback wrong update
Steve will look at it after the key Sprint 18 issues...
On IOS, we process all the listed keys in this report except
Closed as invalid.