Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Imawizrd on June 03, 2013, 12:39:31 AM

Title: iOS Input field
Post by: Imawizrd on June 03, 2013, 12:39:31 AM
Hi Guys,

I wanted to know if it's possible to remove the iOS native input field (blue bar above the keyboard) that appears when typing in text. I want to use the input field i have created instead.

Thanks!

Title: Re: iOS Input field
Post by: Imawizrd on June 03, 2013, 01:43:15 AM
I solved the issue by adding

  1. TouchScreenKeyboard.hideInput = true;

to UIInput.cs

Now i need to work out how to make the camera adjust when i select a field ^__^