Posted September 26, 2019 by CodeDude
Sometimes you expect everything to work, but then a random android device decides to screw you over big time:
For some reason the touch events we get on some Samsung phones (S9, S9+, A5 2018, ...) behave differently than on all other tested devices. This led to touches not getting passed to workers or other objects on the map, because the game thought you were actually scrolling. This doesn't seem to be easily fixable, so we implemented a quick n' dirty workaround for all Samsung devices. While this is NOT perfect and doesn't fix all of the cases, it makes the game at least playable on our test devices.
Now enough rambling for the evening. Hope you guys enjoy, if not then let us know ;)