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
Reply to iPhone Black Display Screen Using Video Tag
It would be helpful to have a look at the code. Though is it possible that the video’s don’t have a poster image? <video poster="example.img"> </video>
Topic: Safari & Web SubTopic: General
Replies
Boosts
Views
Activity
Mar ’25
Reply to Visual Intelligence for the action button on the iPhone 16e
This isn’t really a developer forum question, but according to the iPhone 16e product page, it does have Visual Intelligence with the action button.
Replies
Boosts
Views
Activity
Mar ’25
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:
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
Mar ’25
Reply to Swift Assist
It's now 2025, and I still don't see Swift Assist, or a new release date o3o.
Replies
Boosts
Views
Activity
Jan ’25
Reply to WWDC Student Challenge
Your app should have a .swiftpm file extension if that's what you're asking. Or at least that's what they required for submissions last year.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’23
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
Replies
Boosts
Views
Activity
May ’23