mozilla-mobile / webxr-ios

An iOS app for testing WebXR
Mozilla Public License 2.0
210 stars 41 forks source link

Haptics support #190

Open alexswerner opened 3 years ago

alexswerner commented 3 years ago

XRViewer is allowing people to use ARKit with web application - totally awesome. Nice work!

I'm writing a web application which would greatly profit from haptics feedback (Taptic Engine). I learned that there is some haptics API in the WebXR standard (https://github.com/immersive-web/webxr-gamepads-module/issues/29), and also that the Oculus browser implements it. Is there a place to implement this API in firefox/XRViewer? The IOS haptics API is pretty flexible (not just vibration) and it would be great if these features would be available for web applications.