Post

Replies

Boosts

Views

Activity

Reply to Web Push and Push notifications
The difference is that you don't need any Developer account or APNS Certificates to use the Web Push API, which has always been the case for desktop Notifications as well as iOS Push Notifications. When they say it's "really" push, they mean they're switching to the open standard 'Web Push API' which Chrome and Firefox etc. have been using for a while. You can then set up a nodeJS server (or equivalent) to send out alert notifications to (almost) any browser. (Once macOS Ventura comes out with Safari 16).
Aug ’22
Reply to HTML Video element, not working after iosSafari15 update
Same issue here. The <video> poster attribute is not showing since iOS 15. Other 'hacks' mentioned here with CSS are no good for HLS video sources to 'display the first frame' before requesting playback.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Web Push and Push notifications
The difference is that you don't need any Developer account or APNS Certificates to use the Web Push API, which has always been the case for desktop Notifications as well as iOS Push Notifications. When they say it's "really" push, they mean they're switching to the open standard 'Web Push API' which Chrome and Firefox etc. have been using for a while. You can then set up a nodeJS server (or equivalent) to send out alert notifications to (almost) any browser. (Once macOS Ventura comes out with Safari 16).
Replies
Boosts
Views
Activity
Aug ’22
Reply to Safari 16 Preview: ServiceWorkerRegistration.pushManager undefined
Aha! My apologies. I found the setting to enable the Push API in the Experimental features menu. :+1:
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Safari JS scroll no longer works with scroll-behavior
This is still occurring in iOS 16.2 despite the 'Resolved / Fixed;' status on the bug tracker : https://bugs.webkit.org/show_bug.cgi?id=238497 ie: having scroll-behavior: smooth in CSS disables the ability to programatically scroll the window. Removing that CSS makes it work again.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to Simulator causing Mac audio distortion
This is still happening on a Mac M1. macOS Ventura. XCode 14.3.1 iOS Simulators (all versions). And I also believe this is what caused the speakers on my previous MacBook to fry, since it happened there too and was the reason I got the new M1 Macbook.
Replies
Boosts
Views
Activity
Sep ’23