[TIMOB-17226] iOS: Email Dialog barColor does not work
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2014-06-30T23:58:00.000+0000 |
Affected Version/s | Release 3.2.3, Release 3.3.0 |
Fix Version/s | Release 3.4.0 |
Components | iOS |
Labels | api, ios |
Reporter | David He |
Assignee | Pedro Enrique |
Created | 2014-06-26T13:20:41.000+0000 |
Updated | 2017-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.
DavidHe: The Platform team will set the priority, that's the reason i reset it.
Thanks Mauro I will clearly describe the problem next time
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"
Closing ticket as the issue will not fix and with reference to the above comments.