Stephen Fung

Results 5 comments of Stephen Fung

Thank you for your response. I initially believed that the package supported visionOS based on the information available at https://swiftpackageindex.com/exyte/PopupView/builds. I will explore options to add visionOS compatibility to this...

``` let jiDoc = Ji(htmlURL: URL(string: "https://www.ups.com/track?loc=en_US&tracknum=" + trackingNumber + "&requester=WT/trackdetails")!) let titleNode = jiDoc?.xPath("//*[@id=\"stApp_progressTableContent\"]/div[2]/table")?.first ``` titleNode is returning nil, is it because it is not using the namespace? Is...

Can I get a code sample on how to use this workaround? I put `.modelContext(ModelContext(sharedModelContainer))` on the content view and the following in `onChange(of: scenePhase)`: ``` guard let modelContainer =...

Workaround: ``` Editor -> Canvas -> Enable Legacy Previews Execution. ``` Found here: https://forums.developer.apple.com/forums/thread/756681