Hacker News new | ask | show | jobs
by cheald 4106 days ago
Speaking from practical experience, iOS' Safari is quite a different beast from the desktop version. `position:fixed` in a scrollable, element, for example, has completely different behaviors depending on the platform Safari is running on. You have to treat desktop Safari and iOS Safari as different browsers for development and QA purposes.

Windows Phone uses Trident + Chakra for its IE deployment, as well, so if we're going to make that argument, then IE is multiplatform, as well :P

1 comments

WebKit + JavaScriptCore ("Safari") is available on ALL platforms.[1]

1. Within reason, of course. It's not on my router (but maybe it could be)

It's available, but it's not used. I get what you're driving at here, but for practical purposes, Safari-OSX is a single-platform browser and Safari-iOS is another single-platform browser. You can't just target "Webkit" and call it a day.