FTCoreText icon indicating copy to clipboard operation
FTCoreText copied to clipboard

Fix detecting touches on links for devices with force touch support

Open OlKir opened this issue 6 years ago • 0 comments

On devices with force touch increasing the pressure leads to touchesMoved callback which invalidated touch data required in touchesEnded to inform a delegate. After this change coordinates are taken into account to detect if movement has really occured.

OlKir avatar Oct 11 '18 13:10 OlKir