Now all major browsers support the element without polyfill. Yay! https://developer.mozilla.org/en-US/docs/Web/HTML/Element/di...
New WebKit features in Safari 15.4
171–180 of 311 posts
Re: New WebKit features in Safari 15.4
#172Aaaand they introduced WebGL bugs that broke our product, and iPhone users will experience these bugs until we can hack a workaround in, or until Apple acknowledges a bug report (that I have to make a minimal test case for and report, and haven't narrowed down yet), patches the issue in Safari, and decides if it's important enough to release as a 15.4.1 (which they probably won't, which means I'm stuck finding a work…
I am sorry you have to go through this painful exercise. But, how would an alternative rendering engine fix this problem?
Re: New WebKit features in Safari 15.4
#173Web MIDI? Still surprised that's missing on Apple.
Re: New WebKit features in Safari 15.4
#174Edit: removing the snark/sarcasm I put into it. I was really hoping this announcement would include support for push notifications for PWAs. I've been trying to build a few Discourse forums and they work very well as PWAs except for the fact that iOS doesn't support PWAs sending push notifications. So here's to hoping the next iteration will.
Doesn’t supporting web push notifications involve having worker processes running in the background all the time to poll or keep a socket open for updates? I could see that dragging down battery life if one has notifications for more than just a small handful of PWAs enabled.
Re: New WebKit features in Safari 15.4
#175When will they support webp on macOS 10? I guess never?
Re: New WebKit features in Safari 15.4
#176Re: New WebKit features in Safari 15.4
#177Earlier quoted context omitted.
I am sorry you have to go through this painful exercise. But, how would an alternative rendering engine fix this problem?
"Our product doesn't work in safari, use chrome or firefox instead"
Re: New WebKit features in Safari 15.4
#178I'm happy to contribute two new features as part of my WebKit internship: the ic unit (as mentioned in the changelog), and CSS Motion Path, which I'm honestly surprised is not mentioned.
Re: New WebKit features in Safari 15.4
#179Earlier quoted context omitted.
"Our product doesn't work in safari, use chrome or firefox instead"
Unfortunately, Apple have a policy that the inbuilt webkit is the only browser engine that is allowed to be used on an iOS device. The iOS Chrome, Firefox, & Edge apps are just thin wrappers around the same Safari engine included in iOS.
Re: New WebKit features in Safari 15.4
#180Earlier quoted context omitted.
I believe Apple and Mozilla’s position is it can’t be done in a privacy preserving way as currently specified.
WebMIDI support in Firefox is almost complete. https://bugzilla.mozilla.org/show_bug.cgi?id=836897
In about:config, I have dom.webmidi.enabled set to true. I'm using this test page and waiting for the day it starts working for regular version of Firefox.