Adam Bell :catPOWER: on Nostr: I'm hosting a UIView that implements touchesBegan, moved, etc. via ...
I'm hosting a UIView that implements touchesBegan, moved, etc. via UIViewRepresentable within a RealityView and I don't seem to get any interactions.
If I swap out my view with a Button it works just fine. It has collision and an InputTargetComponent setup correctly with the right bounds, so I'm not sure what's missing.
Has anyone hit a similar snag?
Is there limitations with hosting things within RealityView?
If I swap out my view with a Button it works just fine. It has collision and an InputTargetComponent setup correctly with the right bounds, so I'm not sure what's missing.
Has anyone hit a similar snag?
Is there limitations with hosting things within RealityView?