Christian Selig on Nostr: Fix is pretty simple though, add an interactive background element after the frame ...
Fix is pretty simple though, add an interactive background element after the frame modifier, like
.background(Color.white.opacity(0.0001))
(Color.clear isn't interactive), and that seems to fix it. If I change it to Color.orange to see if it increases the area or something, it doesn't, so I'm admittedly not sure why this fixes it
(The ol' ContentShape(Rectangle()) stuff doesn't work either)
.background(Color.white.opacity(0.0001))
(Color.clear isn't interactive), and that seems to fix it. If I change it to Color.orange to see if it increases the area or something, it doesn't, so I'm admittedly not sure why this fixes it
(The ol' ContentShape(Rectangle()) stuff doesn't work either)