create more native.newTextField problems

Hi everyone,
i’m newbie in corona. i have an issue currently when i tried create two or more native textField for my input. But it only create or show one of them on devices screen. Here is my code. Thanks for your help.

----------------------------------------------------------------------------------------- -- -- main.lua -- ----------------------------------------------------------------------------------------- textField1 = native.newTextField(50, 100, 200, 50) textField1.align = "left" textField1.setTextColor(0, 0,0,255) textField1.size = 32 textField1.text = "Text Field 1" textField2 = native.newTextField(50, 300, 200, 50) textField2.align = "left" textField2.setTextColor(0, 0,0,255) textField2.size = 32 textField2.text = "Text field 2"

Hello @Socbay,

For clarity, are you saying that you’ve tested this code on an actual device, and only one text field appears? If so, which device, and which build # of Corona are you using? Can you test the sample project for native text fields located in your local Corona application directory?

CoronaSDK > SampleCode > Interface > NativeKeyboard

Best regards,

Brent Sorrentino

Thank for your reply, I have tested it on samsung galaxy S3 4.1.2, LG optimus G 4.1.2 and using corona 2013.1241 ( 2013/10/23).
Now im testing sample project in corona directory with add 2 native textField and ii working fine. But i have found the different.
Thank you very much.

Hi @Brent

I am also facing text field problem, that is keyboard covering the whole screen.

can you please reply to this

Thanks,

Hello @Socbay,

For clarity, are you saying that you’ve tested this code on an actual device, and only one text field appears? If so, which device, and which build # of Corona are you using? Can you test the sample project for native text fields located in your local Corona application directory?

CoronaSDK > SampleCode > Interface > NativeKeyboard

Best regards,

Brent Sorrentino

Thank for your reply, I have tested it on samsung galaxy S3 4.1.2, LG optimus G 4.1.2 and using corona 2013.1241 ( 2013/10/23).
Now im testing sample project in corona directory with add 2 native textField and ii working fine. But i have found the different.
Thank you very much.

Hi @Brent

I am also facing text field problem, that is keyboard covering the whole screen.

can you please reply to this

Thanks,