Author Topic: iOS Input field  (Read 2205 times)

Imawizrd

  • Guest
iOS Input field
« 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!


Imawizrd

  • Guest
Re: iOS Input field
« Reply #1 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 ^__^