Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kyubuns

Pages: [1]
1
NGUI 3 Support / Re: Event for Show & Hide Keyboard
« on: May 03, 2014, 06:53:16 AM »
I tried pushing [hide]button(right-bottom) in iPad keyboard.
then, mKeyboard.done is false and mKeyboard.active is false.

it may be unity's bug.
but, it is in newest Unity(4.3.4f1).

2
NGUI 3 Support / Re: Event for Show & Hide Keyboard
« on: May 02, 2014, 06:59:24 AM »
I'm using NGUI 2.6.3.

for fix this problem,
Quote
in void Update()
in UIInput.cs

if (mKeyboard.done)

if (mKeyboard.done || !mKeyboard.active)

What do you think?

Pages: [1]