Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: ioJ on January 03, 2014, 01:28:38 PM

Title: NGUI 3.0.7 Mobile Device Task Bar Issues
Post by: ioJ 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
Title: Re: NGUI 3.0.7 Mobile Device Task Bar Issues
Post by: ArenMook 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?