Change the Bar Color of Email Dialog in Mobileweb

You must Login before you can answer or comment on any questions.

Hi, I am developing a titanium application which uses EmailDialog(). I would like to change the barColor of email dialog. I used the 'barColor' property to change the barColor. It is working fine in iphone. But not in Mobileweb. Even I searched in the docs to get any other property to change the barColor of email dialog in mobile web. But I couldn`t find any. Is there any way to change the barColor of email dialog in mobileweb. Can anyone share a solution ASAP.

Thanks in Advance...

1 Answer

In Titanium Mobile Web, Ti.UI.EmailDialog simply opens a new email message inside the Mail app using the mailto: protocol. There is no way to change the barColor in the email message window.

Your Answer

Think you can help? Login to answer this question!