[AC-1107] iOS : Alert cancel does not cause bold highlight to change
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2014-06-09T19:51:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy |
Labels | n/a |
Reporter | Trevor Chong |
Assignee | Ritu Agrawal |
Created | 2014-06-09T18:44:16.000+0000 |
Updated | 2016-03-08T07:37:27.000+0000 |
Description
Try changing cancel from 0 to 1. The last button is always bolded.
Seems like the cancel is always bolded.
var dlg_vote = Titanium.UI.createAlertDialog({
title:'Wishing for any features?',
message:'Suggest and vote for new features. We actively listen to your feedback. Help make this app even more awesome!',
buttonNames : ['Not now','Vote now'],
cancel:0
});
dlg_vote.show();
http://screencast.com/t/nd9yOtWETLPA
This is a duplicate of TIMOB-14341. Apple's API does not expose any way to control text fonts, and any changes were a design decision made by Apple