FTCoreText
FTCoreText copied to clipboard
Fix detecting touches on links for devices with force touch support
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.