Author Topic: There is any way, to keep Keyboard opened when interact with the app?  (Read 1307 times)

badawe

  • Jr. Member
  • **
  • Thank You
  • -Given: 8
  • -Receive: 7
  • Posts: 70
    • View Profile
I know this is not a common thing to ask, but I want to be able to let the user search for a string, and keep able to select when he found something, without closing the keyboard, anyone know a solution for something like this?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: There is any way, to keep Keyboard opened when interact with the app?
« Reply #1 on: January 30, 2015, 03:00:11 PM »
When you click somewhere, the input's focus becomes lost, which is what closes the keyboard. You could create your own version of UIInput script that wouldn't close it in OnSelect(false), but then the question becomes: how would you close it then?