Temple of The Roguelike Forums

Development => Programming => Topic started by: SarahW on April 01, 2017, 03:08:15 AM

Title: How do I get user_input for phone?
Post by: SarahW on April 01, 2017, 03:08:15 AM
I looked all over startpage, and it seems like nobody wants to give a clear or straight answer about how to get user-input for smartphone.

How do you get user-input for smartphone in Ruby if gets.chomp doesn't work?

It seems like all the search results point to laptop keyboard input.
Title: Re: How do I get user_input for phone?
Post by: Tilded on April 01, 2017, 06:16:26 AM
Maybe try RubyMotion (http://www.rubymotion.com/). An example text field: http://hashnuke.com/2012/07/16/rubymotion-button-text-field-and-alert.html (http://www.rubymotion.com/)