Author Topic: (video) Keyboard bugs in NGUI v3.7.0 and v3.7.6 on WP8  (Read 3863 times)

Nerosam

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 21
    • View Profile
(video) Keyboard bugs in NGUI v3.7.0 and v3.7.6 on WP8
« on: November 20, 2014, 10:59:07 AM »
Hi guys,

I'm having this weird issue with showing the keyboard on UIInput fields on a Windows Store Universal build running on Windows Phone 8.1.

I have made a video demonstrating the issue with both versions 3.7.0 and 3.7.6 built with Unity 4.5.5 in the hopes we can swat this bug easier. The link is at https://dl.dropboxusercontent.com/u/13490919/NGUI/NGUI%20WP8%20Bug%20v370%20and%20v376.mp4

I'm not certain if this is a Unity issue or a NGUI issue but as it behaves differently across the 2 versions, i'm thinking its the latter.

Basically in the video with version 3.7.0, the keyboard shows up on the device but does not allow me to enter characters normally (first a capital letter and then lowercase letters) but in the emulator, it shows up once and never again. But in version 3.7.6, the keyboard doesn't show at all on either device or emulator.

Any ideas how this can be fixed?

Thanks
« Last Edit: November 20, 2014, 05:50:21 PM by Nerosam »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: (video) Keyboard bugs in NGUI v3.7.0 and v3.7.6 on WP8
« Reply #1 on: November 20, 2014, 08:49:20 PM »
Turn off mouse events on the UICamera. Leave only touch events. Or vice versa.

Nerosam

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 21
    • View Profile
Re: (video) Keyboard bugs in NGUI v3.7.0 and v3.7.6 on WP8
« Reply #2 on: November 21, 2014, 07:38:12 AM »
I gave your suggestion a try but its still behaving the same way on 3.7.6. Tried with mouse events turned off and vice versa.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: (video) Keyboard bugs in NGUI v3.7.0 and v3.7.6 on WP8
« Reply #3 on: November 21, 2014, 08:59:17 PM »