Touch input bug with iOS 10

Monkey Forums/Monkey Bug Reports/Touch input bug with iOS 10

Peeling(Posted 2016) [#1]
After upgrading (?) our test devices to iOS10, all our apps have started exhibiting the same problem:

In a ~1cm strip down the left hand edge (portrait), static touch input is only registered after pressing the screen continuously for ~1 second. Swipes are registered instantly.

I've tried logging out the result from TouchDown directly. If I don't touch the screen, it's zero. If I touch the screen outside that 1cm strip, it instantly changes to 1. If I swipe the screen inside that strip, it instantly changes to 1. But if I statically touch the screen inside that strip, it takes a continuous press of ~1 second before the output changes to 1.

This is a pretty big deal as we have a few buttons that live in that left hand strip and now give the impression of being unresponsive.


Peeling(Posted 2016) [#2]
Update: Also found it happening on other (presumably non-Monkey) apps, so it looks to be an iOS-level bug :(


secondgear(Posted 2016) [#3]
What are the device models? I didn't notice anything like this on iPhone 5s


CopperCircle(Posted 2016) [#4]
I have noticed a touch issue with ios10 also, but only when the status bar is not hidden.


Peeling(Posted 2016) [#5]
6S, 6S+, don't know apart from that.