Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17226] iOS: Email Dialog barColor does not work

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionWon't Fix
Resolution Date2014-06-30T23:58:00.000+0000
Affected Version/sRelease 3.2.3, Release 3.3.0
Fix Version/sRelease 3.4.0
ComponentsiOS
Labelsapi, ios
ReporterDavid He
AssigneePedro Enrique
Created2014-06-26T13:20:41.000+0000
Updated2017-03-22T17:57:10.000+0000

Description

Problem Description

The barColor is not working (even if it shows the specified color at the begin of the animation, at the end will switch to gray).

Steeps to reproduce

1. Create a new mobile project (classic titanium) 2. copy the code into app.js
var vE = Ti.UI.createEmailDialog({
		"subject" : "Hello Hou",
		"toRecipients" : ["lou9@gmail.com"],
		"barColor" : "#E5E4E2" //does not work, still defaults to system built-in color
});

vE.open();
3. Run the test in the ipad simulator.

Comments

  1. Mauro Parra-Miranda 2014-06-26

    DavidHe: The Platform team will set the priority, that's the reason i reset it.
  2. David He 2014-06-26

    Thanks Mauro I will clearly describe the problem next time
  3. Pedro Enrique 2014-06-30

    Spent some time investigating, this is an iOS issue. The barColor property works as expected in iOS 6 but fails in iOS 7. This is either an Apple bug or a decision they have made. The email composer is provided as is by the OS with very little options for customization. Marking ticket as "won't fix"
  4. Lee Morris 2017-03-22

    Closing ticket as the issue will not fix and with reference to the above comments.

JSON Source