Option Dialog not working properly on iPad

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

Code straight from Kitchen Sink 1.3.2 fails to display the last of three options.

I tried adding a blank fourth option and managed to get a partial distorted button where the third option should be.

Anybody managed to fix this?

regards,

JH

1 Answer

I had to set up my options this way to get the last option, Cancel, to show on the iPad:

var a = Titanium.UI.createOptionDialog({
        title:  customerName,
        options: ['Sign Out', 'Delete', 'Cancel', ''],
        destructive:  1,
        cancel:  2
    });

— answered 2 years ago by Jaime Fuhr
answer permalink
4 Comments
  • https://appcelerator.lighthouseapp.com/projects/32238/tickets/1444-ipad-optionsdialog-fails-to-display-last-option-height-bug

    — commented 2 years ago by Jaime Fuhr

  • Is there any news on this? This post is 9 months old. I just had it happen to me, SDK 1.7.2.

    — commented 2 years ago by Steve Lombardi

  • Still occuring on iPad with 1.8.2

    — commented 1 year ago by Julian Fraser

  • Show 1 more comment

Your Answer

Think you can help? Login to answer this question!