Author Topic: NGUI on Blackberry problems  (Read 2656 times)

EvilDingo

  • Guest
NGUI on Blackberry problems
« on: August 12, 2013, 08:47:21 PM »
Hello,

NGUI on Blackberry seems to have similar problems as it does on Windows Phone 8 (multiple touches registering? Not sure.) but unchecking "Use Mouse" doesn't fix the responsiveness. I tend to have to press a button 2 or 3 times to get it to register. I've also unchecked "Use Joystick" and "Use Keyboard". It still functions, it's just the responsiveness that's the issue. EZGUI had similar problems, but changing all the events to "On Press" fixed it (it must use the first event and ignore any extra) but NGUI "On Press" doesn't solve the issue.

Any ideas?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI on Blackberry problems
« Reply #1 on: August 13, 2013, 08:23:38 PM »
Sounds like blackberry support is bugged if you're getting multiple touches from the same touch with the mouse disabled. This would be a bug to report to Unity so it gets fixed properly.

In the meantime, on the UICamera you can disable multi touches.