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
Topic: UI Frameworks SubTopic: General
Aug ’24
Comment on ControlWidget Can't use onOpenURL
I have solved this problem with a correct answer
Topic: UI Frameworks SubTopic: General
Replies
Boosts
Views
Activity
Oct ’24
Comment on LockedCameraCaptureManager
Yes, this code run on my main capture app, when the app 'didFinishLaunchingWithOptions', i will run this code
Replies
Boosts
Views
Activity
Oct ’24
Comment on OpenURLIntent to custom url scheme
It didn't work, have you tried this ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on ControlWigdet Open APP with URL
no, my case is ios18 ControlWidgetButton
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
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
Topic: UI Frameworks SubTopic: General
Replies
Boosts
Views
Activity
Aug ’24
Comment on ControlConfigurationIntent won't open the app despite setting openAppWhenRun = true
I have the same issue, it can open app, but appdelegate won't perform 'openURL'
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on ControlWidgetButton custom image not displayed in iOS 18 beta 5
Maybe we need to use symbol images, not a image, you can try it
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24