https://facebook.github.io/react-vr/docs/input.html Based on this documentation I have done sample. In browser I can see the mouse pointer which is default. In Android chrome I don't see any cursor or pointer. But touch works and colour of the text is getting updated on touch. When I am switching into VR mode there is no cursor visible.
How to display cursor (Reticle) in VR - mode using React-vr?
742 Views Asked by Ganesh Kanna At
2
There are 2 best solutions below
1

meybe this page help u https://github.com/facebook/react-vr/issues/86
So I will try to use https://www.npmjs.com/package/simple-raycaster
For the new React360 framework you can also use the SimpleRayCaster:
https://www.npmjs.com/package/simple-raycaster
In your client.js file add the following to the imports:
Then add the following lines after the r360 instance is created: