is there anything like WebXRHandTracking already available for mobile browsers? im sure it wont be as good as using on vision pro, but BabylongJS AR works quite well on phones from a few years ago. it would be nice to have hand detection for interactions.
The hand tracking ability comes from WebXR. If the browser implementation supports the extension, we support the extension. Otherwise - your implementation would have to emulate the WebXR API for the hand tracking feature to be enabled.
I hope this makes senseā¦
Of course, using external implementation without the WebXR hands tracking feature is possible, if you implement the data parsing yourself