Hello!
So I have a listener on my texfield and an “if” statement that displays an object. My statement is that [lua]if ( “began” == event.phase) then[/lua]
I put a print function in as well and I noticed that the “began” phase only began when I entered a value into the simulator using my computer’s keyboard and not whenever I clicked in the textField to type in it (for example hitting the delete key or adding any other letter or number after I click on the textField). But when reading the API’s on textFields, it says, “[began] is the ‘keyboard has appeared’ event. Depending on your interface design, you may want to adjust the screen contents when the keyboard is onscreen”. Since whenever the user clicks on a textField on a device the keyboard has to appear, does this mean I’m encountering a problem that will only exist on a simulator but not if I tested it out on a device? Thanks for any input! [import]uid: 35535 topic_id: 32140 reply_id: 332140[/import]