I’m still seeing this bug even in iOS 17.4
Post
Replies
Boosts
Views
Activity
Not fixed in the release version. It is too bad that Apple ignores us and it issue
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"))
deleted
Me too. I want to know what does this warning mean.
Hi Clem. I tested it. Unfortunately, haptic feedback does not work in interactive widgets. I hope it is a beta problem.
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.
deleted
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.
I have the same issue.
Text(value)
Text(value).animation(nil)
Text(value).animation(.none)
This does not work.
New Xcode 12 beta 5 have this problem too.
I have the same problem, function widgetMaximumSize return wrong size.
I understand that Widget Extension was deprecated in iOS 14, but if Apple left the ability to display old widgets in iOS 14, it would be great not to break them.
Found this - https://developer.apple.com/forums/thread/650724
Looks like debugger might be the issue! I am currently downloading the latest beta, Xcode 12 Beta 4 and see if this works
Bug was fixed in beta 4 or not?
Sorry you ran into this. This is a known issue where if you have the debugger attached to the widget process, the timeline is excessively reloaded. Please keep an eye on future betas where this will get fixed. I use Xcode 12.0 beta 4 and still have the same problem.
Any news?