198
submitted 7 months ago by starman@programming.dev to c/firefox@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] BearOfaTime@lemm.ee 99 points 7 months ago

What gets me is when websites don't work on Safari. Really? Like a significant portion of traffic is to iOS, it's a single browser you have to target, on millions of devices. And you couldn't even make it work there.

Web dev today is a bunch of crap.

[-] cm0002@lemmy.world 39 points 7 months ago

Web dev today is a bunch of crap.

Always has been

[-] BearOfaTime@lemm.ee 2 points 7 months ago

Fair point.

I do think it's gotten a lot worse though.

[-] Maoo@hexbear.net 27 points 7 months ago

Apple makes it basically impossible to do proper testing for compatibility without buying a Mac or paying someone else that has a Mac to run your tests. Their entire app infrastructure is like this.

[-] NatoBoram@lemm.ee 3 points 7 months ago

Another problem is that Safari is not compatible with the web. Like, I'm not going to prevent myself from using aspect ratios on images because some people made the bad decision of getting an inferior phone that locks them out of using good browsers. And many devs couldn't have known about it until the website was done and published to prod and iOS users started complaining about it because testing with Safari costs thousands of dollars in Apple hardware - and even if it was caught, it's still Apple's fault.

[-] BearOfaTime@lemm.ee 3 points 7 months ago

So... Home Depot can't afford a few Macs or iPads for testing?

[-] sugar_in_your_tea@sh.itjust.works 2 points 7 months ago

Honestly, you could probably test with any WebKit browser (e.g. Konqueror or GNOME Web) and it should be very similar.

[-] FarraigePlaisteach@kbin.social 1 points 7 months ago

I thought that pro web devs used virtualised services like browserstack to test on as many combinations of OS's and browsers as they like?

[-] wahming@monyet.cc 9 points 7 months ago

Blame apple, unless you're expecting every single web dev in the world to buy a mac just for QA

[-] amycatgirl@lemmy.blahaj.zone 4 points 7 months ago

As a web developer, I agree

But ensuring full compatibility with all three major engines (those being gecko, blink and webkit) is unnecessarily hard, as they have their own subset of features

For example: Webkit does not support extending built-in HTML elements using WebComponent, but Gecko and Blink do support this feature. Or Chrome being the only browser that fully supports the View Transitions API. Or webkit's CSS vendor prefixes

The list goes on and on.

You could fix most of these issues by providing polyfills, but that increases the amount of files that you have to load in order to make a feature work on other browsers.

If only there was some sort of standard... Oh wait, there is one, W3C. Idk what they are doing tho.

[-] possiblylinux127@lemmy.zip 2 points 7 months ago

Safari is crap. Don't use a iPhone and expect a browser to work as it should.

[-] sugar_in_your_tea@sh.itjust.works 1 points 7 months ago

And the rendering engines are quite similar since Chrome's was forked from Safari's.

this post was submitted on 05 Dec 2023
198 points (94.6% liked)

Firefox

16992 readers
7 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS