Post

Replies

Boosts

Views

Activity

Reply to How in interactive widgets in ios 17 to prevent the opening of the application by clicking on the widget?
I’m still seeing this bug even in iOS 17.4
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to How in interactive widgets in ios 17 to prevent the opening of the application by clicking on the widget?
Not fixed in the release version. It is too bad that Apple ignores us and it issue
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Opening a Safari URL from an interactive widget with AppIntents
You can't open Safari directly from widget. But you can open your app which will open Safari. For example, Link(destination: URL(string: "your.app.id://open_url?url=https://google.com"))
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Interactive Widgets and Haptic feedback
deleted
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 15 beta - Only one native Mac app can be added to the App Store
Me too. I want to know what does this warning mean.
Replies
Boosts
Views
Activity
Jul ’23
Reply to Interactive Widgets and Haptic feedback
Hi Clem. I tested it. Unfortunately, haptic feedback does not work in interactive widgets. I hope it is a beta problem.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to How in interactive widgets in ios 17 to prevent the opening of the application by clicking on the widget?
Thanks for your reply. Place a button with an empty Intent as the background of the widget works. However, I see a bug. If you make a few quick clicks on such a button, the application will still open. I hope this is a bug and it will be fixed in the next beta.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to How to disable animation on Widget? Specifically, animation with Text(style: .timer)
deleted
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to How to disable animation on Widget? Specifically, animation with Text(style: .timer)
Hi reed.1325. Thanks for your answer. It works only for Text() element. For example, when updating a widget, I see a fade animation for some elements. This creates the blinking effect of the entire widget. I would like to be able to disable this animation.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to How to disable animation on Widget? Specifically, animation with Text(style: .timer)
I have the same issue. Text(value) Text(value).animation(nil) Text(value).animation(.none) This does not work.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’23