Forum Archive

iOS buttons and widgets?

sea56

I'm playing with things involving dates, almost at the point where it'd be nice to use a standard iOS date widget to select dates. To my surprise I can't see any modules that offer this.

Am I missing something? Or planned for the future? In the interim, would it be possible to do something with the internal web browser perhaps, pretend the user is filling out a form?

sea56

Ah, this post has ideas, groovy:

http://omz-software.com/pythonista/forums/discussion/123/interactive-form-example#Item_1

majukarma60

Hi,
Why not using the Cgi server and accessing your web app via safari ?

Gerzer

Do you need custom touch input? If not, you could use the console module, and have the user type the date in using the iOS keyboard.