Post

Replies

Boosts

Views

Activity

Reply to What's this SF Symbol, from Safari?
It seems like it might not be a public SF Symbol! D: Judging by it's shape, the official symbol would likely be text.below.rectangle but sadly that symbol does not yet exist to my knowledge. I scrolled trough the entire catalogue and couldn't find it. Though you're not out of luck!! Apple supports Custom Symbols! You can easily take elements from both text.below.photo and list.bullet.below.rectangle and combine them to create a custom symbol to use for your UI! Apple has a video on how to do so. https://developer.apple.com/videos/play/wwdc2021/10250/ I hope this helps! And best of luck!
Topic: Safari & Web SubTopic: General Tags:
Mar ’25
Reply to Preventing JavaScript from Stopping in Safari When It Goes into the Background
Hello! I've run into this issue too! I'm not sure it's possible to force your JavaScript to run while the app is in the background, but you can detect if it's no longer visible or in the background, which is how I addressed the issue on one of my websites! var inter = setInterval(() => { if ((document.visibilityState === 'visible')) { //run code or call function here. clearInterval(inter) } }, 1000); I hope this helps.
Topic: Safari & Web SubTopic: General Tags:
Mar ’25
Reply to Question about the awards
I’m another winner and haven’t gotten my box either, haha. I’m assuming they ship them like print-on-demand, where they won’t start making the boxes until they announce the winners and produce and export the packages one at a time or in batches. I could be completely wrong, though, and it could boil down to just slow shipping, haha. Best wishes, and I hope it arrives soon! >:3
May ’23