Author Topic: How to submit Input Field on Android?  (Read 3114 times)

chazashley

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
How to submit Input Field on Android?
« on: August 18, 2015, 07:49:06 AM »
Hello there. I have created Label used with Input Field and button to activate Input Field.
When I press the button I want to be able write something into Input Field and then submit it. But how I can submit it on Android?
At the moment I'm using two buttons, first for activating input field and second for submitting changes. But I want to use only one button, for activating input field. So for submitting the data I want to press "OK" or "DONE" on Android keyboard.
How can I do it?
p.s. sry for my bad English

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How to submit Input Field on Android?
« Reply #1 on: August 18, 2015, 05:29:06 PM »
The popup keyboard itself has a submit button on it... so I am not sure I understand your question.