Is the issue with the site or Safari?Bernard wrote: ↑Mon Oct 25, 2021 10:41 amI just happened to have been on my bank's website at the moment I was reading this. They're one of the biggest banks in the world. I told them two years ago their banking application doesn't work on Safari on OSX. Two years later and it still doesn't work. And I'm on a different version of OSX with a different version of Safari, so that's multiple versions where it doesn't work.
Obviously that huge international bank made the decision that Safari/OSX isn't worth the engineering effort.
The web is standards-based. Code written for the standards that works in one browser should work in all.
There was a surprisingly long period in which Safari on iOS didn't handle iframe tags. iframe. Been around for years. Many sites depend on it. Millions. None of them rendered on an iPad or iPhone.
Maybe Apple has the clout to unilaterally declare global standards obsolete. But not in this case: though a good many of us were forced to undertake the expense to replace those with divs filled via XHR, eventually Apple got around to supporting that widely-used part of the HTML standard.
In your case with your bank, until we learn the details it's not possible to know whether the underlying issue is a lack of standards-compliance from the bank's web devs or Apple's Safari team.
But whenever we encounter code that works in all contexts but one, we can't rule out the context as the source of the issue without further investigation.
And even if it turns out your bank has sloppy devs, as long as there are millions of examples of web apps that work wonderfully in Safari I'm unclear what case can be made that the issue is somehow the tech and not the team misusing it.