Author Topic: Onscreen Keyboard Disappears - Vodafone 785  (Read 2438 times)

xp1988

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Onscreen Keyboard Disappears - Vodafone 785
« on: December 14, 2014, 05:49:23 AM »
Hi all,

I have found a potential issue with the UIInput component.

When running the game I am developing on a Vodafone 785, tapping on the UIInput, the onscreen keyboard comes up.

However as soon I touch the keyboard to type a letter, it immediately disappears.

I can tell you that there was a time where I could at least type some letters, and it would disappear after that. But now I can't type anything. Also, in other games such as Clash of Clans, it works fine. However it has also happened on Clash of Clans, but very rarely. I guess by saying this I confirming its not an NGUI issue, but maybe an OS issue. However with NGUI i can't type a single letter now. So I'm just putting the info out there, just in case you think there is something that can be done about it.

If anyone has any solutions for this, I would love to hear them.

PS: I do not have this problem on other devices I have tested on (HTC M8, Nexus 7 (2012)).

Paul

Ferazel

  • Full Member
  • ***
  • Thank You
  • -Given: 1
  • -Receive: 2
  • Posts: 150
    • View Profile
Re: Onscreen Keyboard Disappears - Vodafone 785
« Reply #1 on: December 14, 2014, 06:06:08 PM »
Sounds like a Unity bug to me. I'd create a test case with TouchScreenKeyboard class in Unity and see if the problems persist with the keyboard disappearing after typing one character. If it is, submit the bug to Unity.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Onscreen Keyboard Disappears - Vodafone 785
« Reply #2 on: December 15, 2014, 12:44:01 PM »
Yup, heard about this one, and it sounds like something Unity broke. Tapping on the keyboard shouldn't result in events falling through to Unity. I second Ferazel's suggestion.