Author Topic: NGUI 3.0.7 Mobile Device Task Bar Issues  (Read 3322 times)

ioJ

  • Guest
NGUI 3.0.7 Mobile Device Task Bar Issues
« on: January 03, 2014, 01:28:38 PM »
Hello,

I just noticed an issue with 3.0.7 specifically when upgrading from 2.6.1e within Unity3D.  On Android devices the task bar size isnt taken into account.  By that I mean that when attempting to interact with a UI element you must touch the height of the task bar off of your UI element (in Y) to actually click it.

Also on Apple devices if I enable the task bar, NGUI doesn't respect its size at all and draws right under it.  Any workarounds or fixes in 3.0.8 for this?  I have noted several issues with 3.0.8 release here in the forums so I haven't even attempted using it yet.

-J

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI 3.0.7 Mobile Device Task Bar Issues
« Reply #1 on: January 04, 2014, 08:40:40 AM »
NGUI goes by what Unity reports it -- Screen.width and Screen.height. Is Unity aware of the taskbar?