- Home /
Question by
unity.editor · Apr 05, 2013 at 06:46 AM ·
ioskeyboardtouchscreenvisible
Keep TouchScreenKeyboard Visible/Active (iOS)?
I'm finding that when a user clicks done/return, the keyboard automatically slides away.
Within OnGUI(), under the test for 'done', after I save the input I set active = true again.
The keyboard stays visible, but stutters due to the delay between it sliding off the screen and it being set back to true.
How can I keep TouchScreenKeyboard permanently unwaveringly visible? Thank you.
Comment
Your answer
Follow this Question
Related Questions
how to hide ios keyboard but keep input field in focus for Voice Control 0 Answers
How do I make the size of GUI objects the same across all resolutions? 3 Answers
Touches on the far left side not registering due to 3D Touch app switching 0 Answers
How to save text and display using Touch Screen Keyboard 1 Answer