04-02-2024, 10:23 AM
I've got a fix in place for this for the next update. The issue has to do with the palm rejection/S-Pen handling on the newer Samsung tablets. If you are touching the screen with your finger and hover the S-Pen over the screen, it immediately cancels out any further touch actions from your hand and only accepts input from the S-Pen. This means that, even though the app detecting a touch down and is waiting for a touch up, another touch down triggers when the S-Pen touches the screen instead, causing a scenario that should be impossible given how Android touch events work. In order to combat this, I added code that detects when a touch down event has occurred even though one was already received and resets the state before processing the new touch down.
Thanks,
Mike
Thanks,
Mike