Welcome,
Guest
. Please
login
or
register
.
June 10, 2023, 08:25:20 PM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
There is any way, to keep Keyboard opened when interact with the app?
« previous
next »
Print
Pages: [
1
]
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
There is any way, to keep Keyboard opened when interact with the app?
«
on:
January 30, 2015, 07:34:03 AM »
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?
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
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?
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
There is any way, to keep Keyboard opened when interact with the app?