Search code examples
datepickertitaniumtitanium-mobile

How to show datepicker on click of textfield in titanium?


I am able to show datepicker. But on native application User click the textfield and date picker is open .So I need to implement that functionality using titanium platform. can you suggest a way or give some example .When user click textfield it don't show keyboard only show datepicker ?


Solution

  • Its simple just add a datepicker in runtime.

    Go through this link Demonstrates all

    Datepicker on click of text box