Post

Replies

Boosts

Views

Activity

Comment on OS26 SwiftUI WebView - Go Forward/Back?
@DTS Engineer This example is fantastic, thank you so much. I am observing in beta 3, that the forward/back buttons do not dynamically enable / disable, despite my "WebPage" being added to my view as an @State. I figure this has something to do with a comment about "observability" (made in another thread about WebPage) not being ready yet.
Topic: Safari & Web SubTopic: General Tags:
1w
Comment on [18.2b2] How do I test an OpenIntent?
So, I'm doing some exploratory coding with what is essentially a copy-paste of the code from the documentation. I am not seeing my OpenIntent show up in shortcuts as an action under my app, though. Currently my FileEntity.Query returns empty arrays because I'm not really intending on providing files from my application, just allow users to copy files into it.
Nov ’24
Comment on Page-Curl Shader -- Pixel transparency check is wrong?
While this answer is not really satisfying, it fixed my problem. If you're applying a shader as a layerEffect to a SwiftUI view, make sure you declare a compositingGroup before the layer effect. This includes layerEffects that are wrapped in custom transitions. Otherwise the SwiftUILayer that gets passed to the shader acts real weird.
Topic: Graphics & Games SubTopic: Metal Tags:
Oct ’24