Topic: Css

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 […]

CSS Tricks: Essential Rules and Quirks for Common Layout/Styling Techniques

CSS usually does a great job of separating content in the form of HTML from its presentation, yet some of the most common layout, positioning, and styling use cases are unintuitive or require changes to the markup like wrapper elements. This is intended to serve as a reference guide for those both those well-versed in crafting CSS as well as those who have never […]