Post

Replies

Boosts

Views

Activity

Comment on ControlWidget Can't use onOpenURL
struct TestControlCenterControl: ControlWidget { var body: some ControlWidgetConfiguration { StaticControlConfiguration( kind: "com.intsig.TestControlWidget.TestControlCenter", content: { ControlWidgetButton(action: OpenMainAppIntent()) { Image(systemName: "heart") } } ) } } I am using the following code in iOS18 beta version, but i don‘t know how to add widgetURL
Aug ’24