Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2666] tiapp.xml configuration not respected

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2011-05-04T12:05:27.000+0000
Affected Version/sn/a
Fix Version/sSprint 2011-18
ComponentsiOS
Labelsdefect, ios, iphone, regression, reported-1.5.1
ReporterKevin Whinnery
AssigneeReggie Seagraves
Created2011-04-15T03:26:24.000+0000
Updated2017-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.

Comments

  1. kevinwhinnery 2011-04-15

    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.

  2. Nikolai Derzhak 2011-04-15

    rollback wrong update
  3. Ralf Pfeiffer 2011-05-03

    Steve will look at it after the key Sprint 18 issues...
  4. Reggie Seagraves 2011-05-04

    On IOS, we process all the listed keys in this report except and , and this is proper behavior for our platform because to enable fullscreen, you turn on statusbar-hidden. Additionally there is no plist configuration that would hide navigation bars. Those two keys are there for the Android platform only.
  5. Lee Morris 2017-03-02

    Closed as invalid.

JSON Source