A sample extension can be found here:
https://github.com/carlosjeurissen/webext-tech-demo-extensions/tree/main/issues/safari-9723963-merged-sync-and-local-storage
And the feedback assistant report can be found here:
https://feedbackassistant.apple.com/feedback/9723963
Post
Replies
Boosts
Views
Activity
See feedback assistant report: https://feedbackassistant.apple.com/feedback/9633205
This report also includes a video and sample extension.
Sample extension can be found in the feedback assistant or using this link:
https://static.jeurissen.co/9612492-apple-darkmode-issue.zip
In Chrome and Firefox, in dark mode the extension colors green. Yet in Safari it is blue. Basically it doesn't recognise the dark mode media query.
You're welcome. Please let me know if you need any more info. Thanks
Can this post be marked as "not solved". As the issue isn't solved yet.
A sample extension is available in the feedback assist ticket and with this URL:
https://static.jeurissen.co/8986072-apple-frame-issue.zip
In browsers like Firefox and Chrome. The frame is loaded and says "frame". In Safari it doesn't load and thus is blank.
The manifest of said sample extension:
manifest.json
A sample extension can be found here:
https://static.jeurissen.co/9612454-apple-sandbox-issue.zip
In Chrome and Firefox, "loading..." changes to "loaded". Not in safari due to this issue. The script simply doesn't load.
I'm suggesting to switch to the browser.storage / chrome.storage API. In some other browsers / future browsers support for sessionStorage and localStorage is dropped for extensions. See:
https://groups.google.com/a/chromium.org/g/chromium-extensions/c/6qiMo0P-XS4
See feedback assistant bug report:
https://feedbackassistant.apple.com/feedback/9612492
Any update on this? See feedback assistant bug report:
https://feedbackassistant.apple.com/feedback/8986072
See feedback assistant ticket:
https://feedbackassistant.apple.com/feedback/8968973
See feedback assistant ticket:
https://feedbackassistant.apple.com/feedback/9612454
See feedback assistant ticket:
https://feedbackassistant.apple.com/feedback/9612462
Dealing with the same issue. Potentially they want us to rely on theme-color meta tag which is now immersive in Safari 15. Not sure that is true tho.