Replies: 1 comment 1 reply
-
Intersectables in R3F only support the pointer event interface, which works for both touch and mice, so you need to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a simple scene that I am adding meshes to based on data from a json file.
Everything is working fine on computers.
On IPads everything works just fine except the mesh does not respond to a touch.
I tried adding
onTouchStart={() => (props.checkActiveHotSpot(
${props.hsData.key}
))}to the mesh but that did not help.
Any clues on how to get the mesh to respond to a touch on an IPad?
BTW clicking or touching the attached Html element will trigger the onClick event.
Beta Was this translation helpful? Give feedback.
All reactions