Author Topic: Unity 5.6.1p2 breaks touch input for some Android users  (Read 2293 times)

Aurigan

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 21
    • View Profile
Unity 5.6.1p2 breaks touch input for some Android users
« on: June 12, 2017, 11:42:48 AM »
Hi, still trying to work out details on this so mentioning it here in the off-chance it's already known and/or fixed in a later NGUI version (I'm using 3.11.0).

In 5.6.1p2 Unity added this 'fix':

(900191) - Android: Dropped obscured touch events to prevent tapjacking.

The effect of this is that players who run screen dimming apps like this: https://play.google.com/store/apps/details?id=com.sebmorand.brightcom won't be able to touch anything in the app - the screen dimmer app overlay captures the touch and the NGUI/Unity app underneath doesn't eversee the event.

The was reported on a Galaxy J7 running 6.0.1. On my device (Pixel running 7.1.2) the screen dimmer app appears to be non functional so doesn't break anything, also means I have no way of reproducing this though.

Is this a known issue? Has it already been addressed? Thanks!

Aurigan

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 21
    • View Profile
Re: Unity 5.6.1p2 breaks touch input for some Android users
« Reply #1 on: June 13, 2017, 10:07:28 AM »