Since updating I'm having issues with the onscreen button behaviour using touch ID. Now when pressing and holding a button, pressing and releasing anywhere else on the screen with the other finger triggers the release event for the first touch. So I'm holding my left button down then press and release anywhere on the screen, on release the left button Is released even though my finger is still down on it. Im on build 8723.
I just did a simple test, If touch is started, if x of touch is less than screen width /2, set touch(bool) to true. Then set it to false on release, still with the less than screen with in place. Bool sets to true when I touch, but touching and releasing anywhere else on the screen, even on the far right causes the bool to turn false. Then for some reason if I touch again so both fingers are down, the bool goes back to true.