Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
330 views

IOS 17.4.1 safari extension issues

Since updating to iOS v17.4.1 our safari extension no longer functions as it used to We are experiencing issues where our content script is not getting initialized, On devices running iOS 17.4.1, the ...
Abdus-Samad's user avatar
4 votes
0 answers
461 views

AudioContext failed to resume in iOS Safari 17.4 beta: InvalidStateError: Failed to start the audio device

The problem is new in the newly published iOS Safari 17.4 beta. The code below will go into the catch block with error message: InvalidStateError: Failed to start the audio device Tested on an ...
lannka's user avatar
  • 41
0 votes
1 answer
263 views

Detecting Incognito Mode on iOS 17+ Safari for Redirect Handling

We are facing an issue with our product's security feature, which involves using the 'fbclid' code in the URL. On iOS 17+ Safari, especially in incognito mode, Apple has disabled link trackers, ...
Tomer Fikler's user avatar
5 votes
1 answer
2k views

ios17 safari AudioContext (Web Audio API) problem

Since I upgraded to ios17 my AudioContext is not working on Safari. I have a simple element that I connect a gain node through AudioContext. The audio loads the .mp3 file (remaining time is updated ...
danbord's user avatar
  • 3,948
5 votes
3 answers
569 views

Is react-final-form broken in Safari 17?

We are testing a webview that uses react-final-form on the beta release and it appears to intermittently freeze up all UI interactions. This appears to be associated with number of keystrokes or ...
The Camster's user avatar
  • 1,919