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!