Safari Testing Challenges in Frontend Projects
Safari Testing Challenges in Frontend Projects

Safari Testing Challenges in Frontend Projects

Author
Shiv Bade
Tags
safari
testing
Published
January 29, 2018
Featured
Slug
Tweet
Safari — the final boss of frontend compatibility.
We faced issues with: - Date pickers not firing onChange - CORS preflight caching behaving inconsistently - Font rendering glitches with SVG
We introduced BrowserStack for CI coverage, especially targeting Safari 10 and 11. Still, nothing beats local repros.
Rule of thumb: if your UI works on Safari, it probably works everywhere else too.