Monday, September 30, 2024

An Abridged History of Safari Showstoppers

Roderick E.J.H. Gadellaa (Hacker News):

As noted elsewhere, a developer-lamented but regulator-overlooked aspect of Apple’s monopoly on iOS browser engines has been the prevalence of show-stopping bugs.

We define “showstoppers” here as bugs that cause working apps to become entirely broken or inadvisable to use on the web.

All browsers have issues, but iOS is unique in depriving users of choices that developers can recommend when the system-provided engine breaks. Users and developers have literally no choice; they can’t choose a different browser to work around Apple’s frequent bouts of platform breakage. How bad is it? To get a sense for the impact, we’ve laid out the worst issues of the past decade. We’ve also included a rough estimate of the fraction of time when web apps would have worked as advertised on iOS but for Apple’s implementation… hiccups.

Via Alex Guyot:

These bugs heavily impact websites and web apps that are trying to build more sophisticated experiences on the web. They affect a wide variety of platform features which Apple itself claims to be stable and fully-supported. Safari is the only major browser that consistently ships bugs this nasty, and especially the only one that leaves them there for years.

[…]

The web isn’t an app store where you can list your site for only certain operating systems. People aren’t going to build ambitious PWAs when anyone who actually manages to install them on iOS is met with a broken experience.

I agree (and love it!) that Safari’s been improving on web standards recently, but this is also the year in which Apple almost killed PWAs with no notice, and has a bug in iOS 18 where keyboards don’t show up in PWAs in the EU.

Guillermo Rauch:

People often think native apps are better due to “performance of compiled code” but it’s actually due to “not a hostile, buggy, artificially API-poor environment”.

In the fullness of time, the web will win due to its superior deployment model and developer freedom. The days are long but the decades are short.

Joeri:

I was all-in on mobile web apps, but apple’s policy around iOS and browsers pretty much forced my hand. I had to watch how a native app team rewrote the web app I had already built, with the same feature set, except with notifications and more offline storage, crucial requirements at the time. This was over a decade ago, and while things have gotten a little better, the gap between what a web developer can do on iOS and what a native developer can do has never been wider.

scottjenson:

Too many don’t understand Apple’s privacy stance, which has some reasonable elements, is being used to massively foot drag on everyone else trying to build an open web ecosystem.

Previously:

Update (2024-10-01): Jeff Johnson:

Hanlon’s razor applies here. Apple is not deliberately trying to wreck web apps, any more than Apple is deliberately trying to wreck Safari extensions, or Safari itself, its user interface.

I think it’s probably neither malice nor stupidity. Apple just cares about different things so they have different priorities. That’s why it’s good for there to be a diversity of browser engines and for platform features like SMS auto-fill to not be restricted to Safari.

5 Comments RSS · Twitter · Mastodon


I don‘t like PWAs because I can’t have control about the version I‘m using. They can change completely every second or get be hacked. One thing I only like is the control I have with adblockers and that I can fix bad design decisions by injecting CSS. But that’s also a security problem and only a cure for deeper problems.


Captain Hammer

I'd also like to know the reverse: what Safari does /better/ than Chrome or Firefox. The consensus is that Safari is no longer better for battery life and its benchmark gains are generally not felt. But what features has Safari pushed into existence that other browsers lagged on? Maybe some color and effects at CSS Level 5? Maybe JpegXL recently?

For as many showstoppers as Safari has, what does the reverse look like? What does web dev look like without Safari? Does Firefox become the new IE?

Safari feels like there is so much tech debt and they're slow to ship fixes. But that seems like a function of Apple as an organization -- just trying to get them to fix any bug in any of their stuff takes forever. Their approach to software dev is rotten.

Do you think there is value to users if Safari re-based off of something like Ungoogled Chromium or Firefox? It'd be a hell froze over moment, but even Microsoft threw in the towel.


@Captain Hammer - Being Default and KeyChain / iCloud Password. Support Online Password reuse in Apps.

10 years later Safari still dont have Tabs suspension. Bookmark, History and address bar is the slowest ( or has been the slowest ) compared to Chrome and Firefox. Webkit on the other hand picked up a lot of bug fix and features in the past 3-4 years. But it is still lagging behind somewhat.


@Nils Or... it's a perfect way for devs to ensure that bugs and security holes are solved for all users. A nice way of ensuring that everyone is on the same feature set so that you can free up time for developers and focus on what's important.


@Captain Hammer - It's tab groups for me. Totally changed my browser workflow, much lower friction than trying to use bookmarks.

Leave a Comment