Accessibility feature on android blocks touch and mouse events

Hello!

If any accessibility feature is enabled on android, the game no longer accepts input.
MouseEvent and TouchEvent are not caught.

If anyone came across this issue please help

I learned from the players that the problem started about a month ago. Not only “accessibility” is the reason of the problem. This takes place even with the default android settings. It is found on Samsung and Mi phones. All my haxe-coded games stopped working. The game does not catch touches.

On my test devices, I see the games work correctly. Not everyone experiences this strange behavior, but it’s hard to say what percentage of users. Many people silently remove the game when faced with a problem.

It looks like the problem is much more serious and related to the latest android updates.

Do you guys have any ideas?

Try this fix.

Thanks! This solved the problem!