How to make a select list with Titanium ?

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

Hello,

I would like to know how to make a select list like an HTML select with Titanium?

Thank you, Alex

1 Answer

I think you can use picker control for this purpose. Another way is to use html in a webview and just generate html for your drop down and assign it to a webview. But using picker will be a better approach I guess.

Your Answer

Think you can help? Login to answer this question!