Author Topic: Input Field double click  (Read 2007 times)

Sericet

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Input Field double click
« on: August 19, 2014, 04:09:31 PM »
I have a vertical scroll-able window with a lot of input fields for the user to enter names. I want the user to be able to drag the window to show more names. I have this working but the problem occurs when the user touches one of the input fields by accident. It immediately pops ups the keyboard to start typing in a name. I don't want this to happen and i'm not sure how to fix it. I was thinking if I could change the input field to only work on a double touch then that would fix this issue. I am open to suggestions on how to overcome this issue. Thanks everyone.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Input Field double click
« Reply #1 on: August 20, 2014, 02:24:25 PM »
UIInput shows the keyboard after an OnSelect event which happens as a result of you pressing on something. If you don't want this behaviour, alter the UIInput.cs script line 473.