Topic: Touch Gestures

Fixing iOS 13 Touch Gesture Quirks

Recently I faced the issue of trying to troubleshoot Kendo UI charts that stopped being able to freely pinch zoom with iPhones that were upgraded to iOS. It seems that the implementation of the Pointer Events API in Safari 13 is to blame. Testing the issue, I could not reproduce it on Android, neither on Chrome nor Firefox. Immediately after the release of iOS […]